Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsFileExist
(Results
1 - 21
of
21
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H
A
D
backup_manager.cpp
260
if (dbPassword.sKey != backupPassword.sKey &&
IsFileExist
(bkFile)) {
in GetClearType()
263
if (dbPassword.sKey == backupPassword.sKey &&
IsFileExist
(bkFile)) {
in GetClearType()
268
if (
IsFileExist
(tmpFile)) {
in GetClearType()
271
if (!
IsFileExist
(tmpFile) &&
IsFileExist
(bkFile)) {
in GetClearType()
281
if (!
IsFileExist
(oldPath)) {
in CopyFile()
307
bool BackupManager::
IsFileExist
(const std::string &path)
in IsFileExist()
function in OHOS::DistributedData::BackupManager
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H
A
D
preferences_helper.cpp
39
static bool
IsFileExist
(const std::string &path)
in IsFileExist()
function
57
if (
IsFileExist
(dbFilePath) && RemoveEnhanceDb(dbFilePath) != E_OK) {
in RemoveEnhanceDbFileIfNeed()
63
if (
IsFileExist
(tmpFilePath) && RemoveEnhanceDb(tmpFilePath) != E_OK) {
in RemoveEnhanceDbFileIfNeed()
121
if (
IsFileExist
(options.filePath)) {
in IsUseEnhanceDb()
237
if (
IsFileExist
(filePath) ||
IsFileExist
(backupPath) ||
IsFileExist
(brokenPath)) {
in DeletePreferences()
H
A
D
preferences_xml_utils.cpp
43
static bool
IsFileExist
(const std::string &inputPath)
in IsFileExist()
function
55
if (
IsFileExist
(backupFileName) && std::remove(backupFileName.c_str())) {
in RemoveBackupFile()
82
if (!
IsFileExist
(backupFileName)) {
in RenameFromBackupFile()
134
if (
IsFileExist
(fileName)) {
in XmlReadFile()
330
if (
IsFileExist
(fileName) && !RenameToBackupFile(fileName)) {
in XmlSaveFormatFileEnc()
344
if (
IsFileExist
(fileName)) {
in XmlSaveFormatFileEnc()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H
A
D
file_utils.cpp
53
bool FileUtils::
IsFileExist
(const string &fileName)
in IsFileExist()
function in OHOS::Media::FileUtils
196
if (!
IsFileExist
(filePath)) {
in SaveVideo()
200
if (!
IsFileExist
(tempPath)) {
in SaveVideo()
212
if (
IsFileExist
(tempPath)) {
in DeleteTempVideoFile()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H
A
D
store_factory_test.cpp
285
auto isKeyExist = StoreUtil::
IsFileExist
(keyFileName);
318
auto isKeyExist = StoreUtil::
IsFileExist
(mockKeyFileName);
320
isKeyExist = StoreUtil::
IsFileExist
(keyFileName);
327
isKeyExist = StoreUtil::
IsFileExist
(keyFileName);
353
auto isKeyExist = StoreUtil::
IsFileExist
(keyFileName);
359
isKeyExist = StoreUtil::
IsFileExist
(keyFileName);
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
intell_voice_util.h
40
static bool
IsFileExist
(const std::string &filePath);
H
A
D
intell_voice_util.cpp
110
bool IntellVoiceUtil::
IsFileExist
(const std::string &filePath)
in IsFileExist()
function in OHOS::IntellVoiceUtils::IntellVoiceUtil
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/utils/
H
A
D
file_utils.h
41
EXPORT static bool
IsFileExist
(const std::string &fileName);
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H
A
D
store_util.h
47
static bool
IsFileExist
(const std::string &name);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/include/
H
A
D
backup_manager.h
56
bool
IsFileExist
(const std::string &path);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
store_util.h
48
static bool
IsFileExist
(const std::string &name);
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H
A
D
ethernet_configuration.h
62
bool
IsFileExist
(const std::string &filePath, std::string &realPath);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_factory.cpp
242
if (StoreUtil::
IsFileExist
(keyName)) {
in RekeyRecover()
251
if (StoreUtil::
IsFileExist
(rekeyName)) {
in RekeyRecover()
H
A
D
store_util.cpp
244
bool StoreUtil::
IsFileExist
(const std::string &name)
in IsFileExist()
function in OHOS::DistributedKv::StoreUtil
H
A
D
backup_manager.cpp
124
bool isCreate = !StoreUtil::
IsFileExist
(backupFullName);
in Backup()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_util.cpp
250
bool StoreUtil::
IsFileExist
(const std::string &name)
in IsFileExist()
function in OHOS::DistributedKv::StoreUtil
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H
A
D
medialibrary_multistages_photo_capture_test.cpp
644
EXPECT_EQ(FileUtils::
IsFileExist
(testFileName), true);
in HWTEST_F()
645
EXPECT_EQ(FileUtils::
IsFileExist
(testFileName + ".tmp"), false);
in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
ethernet_configuration_test.cpp
81
ret = ethernetConfiguration.
IsFileExist
(FILE_PATH, REAL_PATH);
in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H
A
D
ethernet_configuration_test.cpp
81
ret = ethernetConfiguration.
IsFileExist
(FILE_PATH, REAL_PATH);
in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_configuration.cpp
420
bool EthernetConfiguration::
IsFileExist
(const std::string &filePath, std::string &realPath)
in IsFileExist()
function in OHOS::NetManagerStandard::EthernetConfiguration
443
if (!
IsFileExist
(filePath, realPath)) {
in ReadFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/
H
A
D
medialibrary_cloud_enhancement_test.cpp
308
EXPECT_EQ(FileUtils::
IsFileExist
(newFilePath), true);
in TestCloudEnhancementImage()
1012
EXPECT_EQ(FileUtils::
IsFileExist
(filePath), true);
in HWTEST_F()
Completed in 14 milliseconds