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 - 25
of
37
) sorted by relevance
1
2
/base/startup/init/test/unittest/modules/
H
A
D
eng_unittest.cpp
70
static bool
IsFileExist
(const std::string &path)
in IsFileExist()
function
118
isExist =
IsFileExist
(SRC_FILE_PATH.c_str());
in HWTEST_F()
149
if (!
IsFileExist
(SRC_FILE_PATH.c_str())) {
in HWTEST_F()
151
isExist =
IsFileExist
(SRC_FILE_PATH.c_str());
in HWTEST_F()
157
if (
IsFileExist
(SRC_FILE_PATH.c_str())) {
in HWTEST_F()
159
isExist =
IsFileExist
(SRC_FILE_PATH.c_str());
in HWTEST_F()
168
bool isLinkFile =
IsFileExist
(TARGET_PATH.c_str());
in HWTEST_F()
194
if (!
IsFileExist
(SRC_FILE_PATH.c_str())) {
in HWTEST_F()
196
isExist =
IsFileExist
(SRC_FILE_PATH.c_str());
in HWTEST_F()
208
if (
IsFileExist
(targetFil
in HWTEST_F()
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
system_resource_manager.cpp
109
if (Utils::
IsFileExist
(sysPkgNamePath)) {
in LoadSystemResource()
110
if (Utils::
IsFileExist
(SYSTEM_RESOURCE_OVERLAY_PATH_COMPRESSED)) {
in LoadSystemResource()
118
if (Utils::
IsFileExist
(sysHapNamePath)) {
in LoadSystemResource()
120
if (Utils::
IsFileExist
(SYSTEM_RESOURCE_OVERLAY_PATH_COMPRESSED)) {
in LoadSystemResource()
127
if (result && Utils::
IsFileExist
(sysHapExtNamePath)) {
in LoadSystemResource()
H
A
D
theme_pack_manager.cpp
146
if (Utils::
IsFileExist
(themeFlagA)) {
in LoadThemeRes()
149
} else if (Utils::
IsFileExist
(themeFlagB)) {
in LoadThemeRes()
163
if (Utils::
IsFileExist
(ReplaceUserIdInPath(absoluteThemeFlagA, userId))) {
in LoadSAThemeRes()
166
} else if (Utils::
IsFileExist
(ReplaceUserIdInPath(absoluteThemeFlagB, userId))) {
in LoadSAThemeRes()
/base/update/updateservice/services/core/ability/utils/src/
H
A
D
file_utils.cpp
48
bool FileUtils::
IsFileExist
(const std::string &fileName)
in IsFileExist()
function in OHOS::UpdateEngine::FileUtils
86
if (!
IsFileExist
(rootPath)) {
in DeleteFile()
118
if (
IsFileExist
(curDir)) {
in CreateMultiDirWithPermission()
125
} while (!curDir.empty() && !
IsFileExist
(curDir));
in CreateMultiDirWithPermission()
161
if (!
IsFileExist
(dirInfo.dirName)) {
in InitAndCreateBaseDirs()
H
A
D
sha256_utils.cpp
46
if (!FileUtils::
IsFileExist
(fileName)) {
in CheckFileSha256String()
/base/security/huks/test/unittest/huks_common_test/src/
H
A
D
hks_test_file_operator_func.c
44
int32_t
IsFileExist
(const char *fileName)
in IsFileExist()
function
56
if (
IsFileExist
(fileName) != HKS_SUCCESS) {
in FileRead()
88
if (
IsFileExist
(fileName) != HKS_SUCCESS) {
in FileSize()
/base/theme/wallpaper_mgr/utils/src/
H
A
D
file_deal.cpp
76
if (!
IsFileExist
(sourceFile)) {
in DeleteFile()
86
bool FileDeal::
IsFileExist
(const std::string &name)
in IsFileExist()
function in OHOS::WallpaperMgrService::FileDeal
121
if (!
IsFileExist
(outRealPath)) {
in GetRealPath()
/base/security/huks/test/unittest/huks_common_test/include/
H
A
D
hks_test_file_operator_c.h
36
int32_t
IsFileExist
(const char *fileName);
/base/theme/wallpaper_mgr/utils/include/
H
A
D
file_deal.h
32
static bool
IsFileExist
(const std::string &name);
/base/update/updater/utils/include/
H
A
D
utils_fs.h
30
bool
IsFileExist
(const std::string &path);
/base/update/updater/test/unittest/utils/
H
A
D
utils_unittest.cpp
111
HWTEST_F(UtilsUnitTest,
IsFileExist
, TestSize.Level0)
in HWTEST_F()
113
EXPECT_EQ(Utils::
IsFileExist
("/bin/test_updater"), false);
in HWTEST_F()
114
EXPECT_EQ(Utils::
IsFileExist
("/data/updater/updater/etc/fstab.ut.updater"), true);
in HWTEST_F()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H
A
D
cert_manager_file_operator.c
76
static int32_t
IsFileExist
(const char *fileName)
in IsFileExist()
function
90
return
IsFileExist
(path);
in CmIsDirExist()
96
if (
IsFileExist
(fileName) != CMR_OK) {
in FileRead()
127
if (
IsFileExist
(fileName) != CMR_OK) {
in FileSize()
184
int32_t ret =
IsFileExist
(fileName);
in FileRemove()
502
ret =
IsFileExist
(fullFileName);
in CmIsFileExist()
/base/security/huks/utils/file_operator/
H
A
D
hks_file_operator.c
93
static int32_t
IsFileExist
(const char *fileName)
in IsFileExist()
function
105
HKS_IF_NOT_SUCC_RETURN(
IsFileExist
(fileName), HKS_ERROR_NOT_EXIST)
in FileRead()
139
HKS_IF_NOT_SUCC_RETURN(
IsFileExist
(fileName), 0)
in FileSize()
226
int32_t ret =
IsFileExist
(fileName);
in FileRemove()
275
ret =
IsFileExist
(fullFileName);
in HksIsFileExist()
286
return
IsFileExist
(path);
in HksIsDirExist()
H
A
D
hks_file_operator_lite.c
95
static int32_t
IsFileExist
(const char *fileName)
in IsFileExist()
function
203
return
IsFileExist
(path);
in HksIsDirExist()
288
static int32_t
IsFileExist
(const char *fileName)
in IsFileExist()
function
431
ret =
IsFileExist
(fullFileName);
in HksIsFileExist()
/base/update/updateservice/services/core/ability/utils/include/
H
A
D
file_utils.h
38
static bool
IsFileExist
(const std::string &fileName);
/base/startup/init/test/unittest/ueventd/
H
A
D
ueventd_event_unittest.cpp
216
bool
IsFileExist
(const std::string &file)
in IsFileExist()
function
437
auto exist =
IsFileExist
("/dev/extcon3-1");
in HWTEST_F()
439
exist =
IsFileExist
("/dev/extcon3");
in HWTEST_F()
453
auto exist =
IsFileExist
("/dev/usb-dev");
in HWTEST_F()
468
auto exist =
IsFileExist
("/dev/usb-dev-1");
in HWTEST_F()
483
auto exist =
IsFileExist
("/dev/bus/usb/003/004");
in HWTEST_F()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H
A
D
hks_test_file_operator.c
52
ret =
IsFileExist
(fullFileName);
in HksIsFileExist()
/base/tee/tee_client/services/authentication/
H
A
D
tcu_authentication.c
240
static bool
IsFileExist
(const char *name)
in IsFileExist()
function
278
if (!
IsFileExist
(hashFileList[index])) {
in TcuAuthentication()
/base/global/resource_management/frameworks/resmgr/include/utils/
H
A
D
utils.h
101
static bool
IsFileExist
(const std::string& filePath);
/base/update/updater/utils/
H
A
D
utils_fs.cpp
134
bool
IsFileExist
(const std::string &path)
in IsFileExist()
function
/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H
A
D
updater_utils_fuzzer.cpp
110
Utils::
IsFileExist
("/bin/test_updater");
in TestIsFileExist()
111
Utils::
IsFileExist
("/bin/updater_binary");
in TestIsFileExist()
/base/security/huks/test/unittest/huks_lite_test/common/
H
A
D
hks_test_file_operator.c
64
ret =
IsFileExist
(fullFileName);
in HksTestIsFileExist()
/base/update/updateservice/services/firmware/common/src/
H
A
D
firmware_update_helper.cpp
132
if (!FileUtils::
IsFileExist
(component.spath)) {
in IsUpgradePackagesReady()
/base/update/updater/test/fuzztest/updatermain_fuzzer/
H
A
D
updatermain_fuzzer.cpp
251
if (!Utils::
IsFileExist
(filePath)) {
in UtilsFuzzTest()
/base/update/updateservice/services/engine/src/
H
A
D
update_service_impl_firmware.cpp
179
if (!FileUtils::
IsFileExist
(changelogFilePath)) {
in GetNewVersionDescription()
228
if (!FileUtils::
IsFileExist
(changelogFilePath)) {
in GetCurrentVersionDescription()
Completed in 13 milliseconds
1
2