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:FileExists
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_store_rekey_test.cpp
131
if (!OHOS::
FileExists
(keyPath)) {
in GetKeyFileDate()
152
if (!OHOS::
FileExists
(keyPath)) {
in ChangeKeyFileDate()
174
if (!OHOS::
FileExists
(keyPath)) {
in SaveNewKey()
254
bool isFileExists = OHOS::
FileExists
(keyPath);
in HWTEST_F()
270
isFileExists = OHOS::
FileExists
(keyPath);
in HWTEST_F()
272
isFileExists = OHOS::
FileExists
(newKeyPath);
in HWTEST_F()
288
bool isFileExists = OHOS::
FileExists
(keyPath);
316
bool isFileExists = OHOS::
FileExists
(keyPath);
in HWTEST_F()
320
isFileExists = OHOS::
FileExists
(keyPath);
in HWTEST_F()
322
isFileExists = OHOS::
FileExists
(newKeyPat
in HWTEST_F()
[all...]
H
A
D
rdb_double_write_test.cpp
853
bool isFlagFileExists = OHOS::
FileExists
(failureFlagPath);
in HWTEST_F()
860
isFlagFileExists = OHOS::
FileExists
(failureFlagPath);
in HWTEST_F()
897
bool isFlagFileExists = OHOS::
FileExists
(failureFlagPath);
in HWTEST_F()
910
isFlagFileExists = OHOS::
FileExists
(failureFlagPath);
in HWTEST_F()
1047
bool isFlagFileExists = OHOS::
FileExists
(failureFlagPath);
in HWTEST_F()
H
A
D
rdb_encrypt_decrypt_test.cpp
238
bool isFileExists = OHOS::
FileExists
(keyPath);
in HWTEST_F()
240
isFileExists = OHOS::
FileExists
(newKeyPath);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H
A
D
crypto_key_test.cpp
197
OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_SHIELD);
in HWTEST_F()
200
OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_SECDISC);
in HWTEST_F()
203
OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_ENCRYPTED);
in HWTEST_F()
210
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_SHIELD));
in HWTEST_F()
213
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_SECDISC));
in HWTEST_F()
217
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_ENCRYPTED));
in HWTEST_F()
222
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPATH + PATH_FSCRYPT_VER));
in HWTEST_F()
251
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_SHIELD));
in HWTEST_F()
252
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPATH + TEST_KEYDIR_VERSION0 + PATH_SECDISC));
in HWTEST_F()
253
EXPECT_TRUE(OHOS::
FileExists
(TEST_KEYPAT
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
extension_plugin_info_test.cpp
93
if (OHOS::
FileExists
("system/lib/extensionability")) {
in HWTEST_F()
114
if (OHOS::
FileExists
("system/lib/extensionability")) {
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_data_storage.cpp
92
if (!OHOS::
FileExists
(dirPath)) {
in SaveMissionInfo()
229
if (!OHOS::
FileExists
(dirPath)) {
in SaveSnapshotFile()
308
if (!OHOS::
FileExists
(filePath)) {
in DeleteMissionSnapshot()
380
if (!OHOS::
FileExists
(filePath)) {
in GetPixelMap()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H
A
D
io_util.h
69
bool
FileExists
(CORE_NS::IFileManager& fileManager, ::string_view folder, ::string_view file);
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
test_result_recorder.cpp
53
int
FileExists
(const std::string& path)
in FileExists()
function
173
if (
FileExists
(resultPath) != 0) {
in Initialize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/
H
A
D
bms_bundle_quick_fix_manager_test.cpp
158
EXPECT_TRUE(
FileExists
(destFiles[0]));
in HWTEST_F()
159
EXPECT_TRUE(
FileExists
(destFiles[1]));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_utils.cpp
411
bool Utils::
FileExists
(const std::string& path)
in FileExists()
function in OHOS::Rosen::Utils
432
if (!
FileExists
(realPath)) {
in FileDelete()
454
if (ShouldFileBeCreated(options) && !
FileExists
(realPath)) {
in FileOpen()
H
A
D
rs_profiler_utils.h
103
static bool
FileExists
(const std::string& path);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
context_deal.cpp
172
if (!OHOS::
FileExists
(dir)) {
in GetDir()
245
if (!OHOS::
FileExists
(dirPath)) {
in CreateDirIfNotExist()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H
A
D
store_factory_test.cpp
99
if (!OHOS::
FileExists
(keyPath)) {
in GetDate()
119
if (!OHOS::
FileExists
(keyPath)) {
in ChangeKeyDate()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
unified_data_helper.cpp
84
if (OHOS::
FileExists
(dirPath)) {
in CreateDirIfNotExist()
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H
A
D
file_ex.cpp
273
bool
FileExists
(const string& fileName)
in FileExists()
function
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
137
if (!OHOS::
FileExists
(memInfoPath)) {
in CollectFreezeSysMemory()
202
if (!OHOS::
FileExists
(dir_path)) {
in WriteToFile()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H
A
D
context_impl.cpp
292
if (OHOS::
FileExists
(dir)) {
in GetResourceDir()
302
if (OHOS::
FileExists
(appTemp)) {
in GetAllTempDir()
320
if (!OHOS::
FileExists
(moudleTemp)) {
in GetAllTempDir()
1192
if (!OHOS::
FileExists
(dirPath)) {
in CreateDirIfNotExist()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H
A
D
app_recovery.cpp
417
if (fileDir.empty() || !OHOS::
FileExists
(fileDir)) {
in DeleteInValidMissionFiles()
H
A
D
ability_recovery.cpp
53
if (fileDir.empty() || !OHOS::
FileExists
(fileDir)) {
in GetSaveAppCachePath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H
A
D
command_line.cpp
109
if (
FileExists
(env.recvParam.recvPath)) {
in CheckRecvPath()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
security_manager.cpp
134
if (!
FileExists
(keyPath)) {
in LoadKeyFromFile()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
base_key.cpp
569
if (!auth.secret.IsEmpty() &&
FileExists
(NEED_UPDATE_PATH)) {
in StoreKey()
928
LOGI("key path is exist : %{public}d",
FileExists
(keyPath));
in StoreKey()
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H
A
D
app_recovery_test.cpp
668
if (OHOS::
FileExists
(path)) {
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H
A
D
io_util.cpp
100
bool
FileExists
(CORE_NS::IFileManager& fileManager, BASE_NS::string_view folder, BASE_NS::string_view file)
in FileExists()
function
/foundation/resourceschedule/memmgr/common/src/
H
A
D
kernel_interface.cpp
204
return OHOS::
FileExists
(path);
in IsExists()
Completed in 24 milliseconds
1
2