Searched refs:IsEmptyFolder (Results 1 – 17 of 17) sorted by relevance
85 bool IsEmptyFolder(const std::string& path);
212 bool IsEmptyFolder(const string& path) in IsEmptyFolder() function
75 bool IsEmptyFolder(const std::string& path);
75 pub fn IsEmptyFolder(path: &CxxString) -> bool; in IsEmptyFolder() function
69 IsEmptyFolder(testDir); in DirectoryTestFunc()
99 bool IsEmptyFolder(const std::string& path);
20 |bool |**IsEmptyFolder**(const std::string& path)<br>判断路径是否为空。 |
29 |bool |**IsEmptyFolder**(path: &CxxString)<br>判断路径是否为空。 |
128 ret = directory_ex::ffi::IsEmptyFolder(&dirpath); in test_force_create_directory_001()
104 if (!IsEmptyFolder(mountPoint)) { in CheckModulePackage()
336 bool IsEmptyFolder(const string& path) in IsEmptyFolder() function
212 ret = IsEmptyFolder(dirpath); in BENCHMARK_F()
317 ret = IsEmptyFolder(dirpath);
209 return OHOS::IsEmptyFolder(path); in IsEmptyDir()
631 if (IsEmptyFolder(RINGTONE_CUSTOMIZED_BASE_RINGTONE_PATH.c_str())) { in AccessRingtoneDir()
241 return OHOS::IsEmptyFolder(DRIVER_FILE_DIR); in IsDriverDirEmpty()
206 return OHOS::IsEmptyFolder(dir); in IsDirEmpty()