Home
last modified time | relevance | path

Searched refs:CheckDir (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp75 bool StorageTestUtils::CheckDir(const std::string &path) in CheckDir() function in OHOS::StorageDaemon::StorageTest::StorageTestUtils
93 if (CheckDir(realPath) == false) { in CheckUserDir()
100 if (CheckDir(realPath) == false) { in CheckUserDir()
111 if (CheckDir(path) == false) { in CheckUserDir()
120 if (CheckDir(path) == false) { in CheckUserDir()
129 if (CheckDir(path) == false) { in CheckUserDir()
H A Dhelp_utils.h46 static bool CheckDir(const std::string &path);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dmove_file.cpp39 static bool CheckDir(const string &path) in CheckDir() function
47 static bool CheckDir(const string &path) in CheckDir() function
149 if (CheckDir(src)) { in MoveFile()
153 if (CheckDir(dest)) { in MoveFile()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmove.cpp38 static bool CheckDir(const string &path) in CheckDir() function
50 static bool CheckDir(const string &path) in CheckDir() function
67 if (!resGetFirstArg || CheckDir(string(src.get()))) { in ParseJsOperand()
72 if (!resGetSecondArg || CheckDir(string(dest.get()))) { in ParseJsOperand()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp116 ASSERT_TRUE(StorageTest::StorageTestUtils::CheckDir(PATH_CHOWN));
155 ASSERT_TRUE(StorageTest::StorageTestUtils::CheckDir(PATH_MKDIR)) << "check the dir";
178 ASSERT_TRUE(StorageTest::StorageTestUtils::CheckDir(PATH_RMDIR));
182 EXPECT_TRUE(StorageTest::StorageTestUtils::CheckDir(PATH_RMDIR) == false);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp66 if (!StorageTest::StorageTestUtils::CheckDir(path)) { in SetUpTestCase()
500 if (!StorageTest::StorageTestUtils::CheckDir(backupSaBundleDir)) {
534 if (StorageTest::StorageTestUtils::CheckDir(backupSaBundleDir)) {
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp286 if (!StorageTest::StorageTestUtils::CheckDir(backupSaBundleDir)) {
320 if (StorageTest::StorageTestUtils::CheckDir(backupSaBundleDir)) {
/ohos5.0/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h108 static bool CheckDir(const string &path) in CheckDir() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp60 if (!StorageTest::StorageTestUtils::CheckDir(path)) { in SetUpTestCase()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp554 if (CheckDir(dirent)) { in RecoverDir()
631 if (!CheckDir(path)) { in Recover()