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:CheckDir
(Results
1 - 10
of
10
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H
A
D
help_utils.cpp
76
bool StorageTestUtils::
CheckDir
(const std::string &path)
in CheckDir()
function in OHOS::StorageDaemon::StorageTest::StorageTestUtils
94
if (
CheckDir
(realPath) == false) {
in CheckUserDir()
101
if (
CheckDir
(realPath) == false) {
in CheckUserDir()
112
if (
CheckDir
(path) == false) {
in CheckUserDir()
121
if (
CheckDir
(path) == false) {
in CheckUserDir()
130
if (
CheckDir
(path) == false) {
in CheckUserDir()
H
A
D
help_utils.h
46
static bool
CheckDir
(const std::string &path);
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
move_file.cpp
39
static bool
CheckDir
(const string &path)
in CheckDir()
function
47
static bool
CheckDir
(const string &path)
149
if (
CheckDir
(src)) {
in MoveFile()
153
if (
CheckDir
(dest)) {
in MoveFile()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
move.cpp
38
static bool
CheckDir
(const string &path)
in CheckDir()
function
47
static bool
CheckDir
(const string &path)
64
if (!resGetFirstArg ||
CheckDir
(string(src.get()))) {
in ParseJsOperand()
69
if (!resGetSecondArg ||
CheckDir
(string(dest.get()))) {
in ParseJsOperand()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H
A
D
file_utils_test.cpp
116
ASSERT_TRUE(StorageTest::StorageTestUtils::
CheckDir
(PATH_CHOWN));
in HWTEST_F()
155
ASSERT_TRUE(StorageTest::StorageTestUtils::
CheckDir
(PATH_MKDIR)) << "check the dir";
in HWTEST_F()
178
ASSERT_TRUE(StorageTest::StorageTestUtils::
CheckDir
(PATH_RMDIR));
in HWTEST_F()
182
EXPECT_TRUE(StorageTest::StorageTestUtils::
CheckDir
(PATH_RMDIR) == false);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H
A
D
storage_daemon_test.cpp
68
if (!StorageTest::StorageTestUtils::
CheckDir
(path)) {
in SetUpTestCase()
512
if (!StorageTest::StorageTestUtils::
CheckDir
(backupSaBundleDir)) {
in HWTEST_F()
546
if (StorageTest::StorageTestUtils::
CheckDir
(backupSaBundleDir)) {
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H
A
D
quota_manager_test.cpp
286
if (!StorageTest::StorageTestUtils::
CheckDir
(backupSaBundleDir)) {
in HWTEST_F()
320
if (StorageTest::StorageTestUtils::
CheckDir
(backupSaBundleDir)) {
in HWTEST_F()
/foundation/filemanagement/user_file_service/utils/
H
A
D
file_util.h
110
static bool
CheckDir
(const string &path)
in CheckDir()
function
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H
A
D
file_trash_n_exporter.cpp
554
if (
CheckDir
(dirent)) {
in RecoverDir()
631
if (!
CheckDir
(path)) {
in Recover()
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H
A
D
user_manager_test.cpp
60
if (!StorageTest::StorageTestUtils::
CheckDir
(path)) {
in SetUpTestCase()
Completed in 7 milliseconds