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:IsExists
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/media_foundation/tests/unittest/osal/
H
A
D
file_system_unit_test.cpp
48
EXPECT_TRUE(fileSystem->
IsExists
("/data/test/makedir"));
in HWTEST_F()
52
EXPECT_TRUE(fileSystem->
IsExists
("/data/test/makedir"));
in HWTEST_F()
/foundation/multimedia/media_foundation/src/osal/filesystem/
H
A
D
file_system.cpp
78
bool FileSystem::
IsExists
(const std::string& path)
in IsExists()
function in OHOS::Media::FileSystem
110
FALSE_RETURN_V(!
IsExists
(path), true);
in MakeMultipleDir()
117
FALSE_RETURN_V(
IsExists
(tPath) || MakeDir(tPath), false);
in MakeMultipleDir()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H
A
D
ringtone_scanner_utils_test.cpp
52
bool ret = RingtoneScannerUtils::
IsExists
(RINGTONE_DEFAULT_STR);
in HWTEST_F()
55
ret = RingtoneScannerUtils::
IsExists
(path);
in HWTEST_F()
58
ret = RingtoneScannerUtils::
IsExists
(pathSecond);
in HWTEST_F()
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
H
A
D
file_system.cpp
76
bool FileSystem::
IsExists
(const std::string& path)
in IsExists()
function in OHOS::Media::OSAL::FileSystem
108
FALSE_RETURN_V(!
IsExists
(path), true);
in MakeMultipleDir()
115
FALSE_RETURN_V(
IsExists
(tPath) || MakeDir(tPath), false);
in MakeMultipleDir()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
scanner_utils.cpp
31
bool ScannerUtils::
IsExists
(const string &path)
in IsExists()
function in OHOS::Media::ScannerUtils
156
if (ScannerUtils::
IsExists
(excludePath)) {
in IsDirHidden()
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H
A
D
ringtone_scanner_utils.cpp
26
bool RingtoneScannerUtils::
IsExists
(const string &path)
in IsExists()
function in OHOS::Media::RingtoneScannerUtils
146
if (RingtoneScannerUtils::
IsExists
(excludePath)) {
in IsDirHidden()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_test/src/
H
A
D
medialibrary_scanner_test.cpp
60
bool ret = ScannerUtils::
IsExists
(path);
in HWTEST_F()
63
ret = ScannerUtils::
IsExists
(path);
in HWTEST_F()
66
ret = ScannerUtils::
IsExists
(path);
in HWTEST_F()
/foundation/multimedia/media_foundation/engine/include/foundation/osal/filesystem/
H
A
D
file_system.h
33
static bool
IsExists
(const std::string& path);
/foundation/multimedia/media_foundation/interface/inner_api/osal/filesystem/
H
A
D
file_system.h
32
static bool
IsExists
(const std::string& path);
/foundation/multimedia/ringtone_library/services/ringtone_scanner/include/
H
A
D
ringtone_scanner_utils.h
52
EXPORT static bool
IsExists
(const std::string &path);
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
scanner_utils.h
92
EXPORT static bool
IsExists
(const std::string &path);
/foundation/resourceschedule/memmgr/common/include/
H
A
D
kernel_interface.h
58
bool
IsExists
(const std::string& path); // file or dir
/foundation/resourceschedule/memmgr/common/src/
H
A
D
kernel_interface.cpp
202
bool KernelInterface::
IsExists
(const std::string& path)
in IsExists()
function in OHOS::Memory::KernelInterface
Completed in 6 milliseconds