Home
last modified time | relevance | path

Searched refs:DirectoryExists (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h48 static bool DirectoryExists(const std::string &path);
H A Ddump_utils.cpp392 bool DumpUtils::DirectoryExists(const std::string &path) in DirectoryExists() function in OHOS::HiviewDFX::DumpUtils
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp236 if (DirectoryExists(*i)) { in CreateDirectory()
243 if (!DirectoryExists(*i)) { in CreateDirectory()
250 bool FilePath::DirectoryExists(const FilePath &path) in DirectoryExists() function in OHOS::AppExecFwk::LIBZIP::FilePath
H A Dzip.cpp83 … FileAccessor::DirectoryContentEntry(FilePath(str), FilePath::DirectoryExists(FilePath(str)))); in ListDirectoryContent()
343 if (FilePath::DirectoryExists(destDir)) { in Unzip()
372 if (!FilePath::DirectoryExists(destPath.DirName())) { in ZipWithFilterCallback()
406 if (!FilePath::DirectoryExists(destPath.DirName())) { in ZipsWithFilterCallback()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp31 if (!DumpUtils::DirectoryExists(srcFolder)) { in ZipFolder()
/ohos5.0/base/startup/init/remount/
H A Dremount_overlay.c211 static bool DirectoryExists(const char *path) in DirectoryExists() function
230 if (!DirectoryExists(rootOverlay)) { in RootOverlaySetup()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h52 static bool DirectoryExists(const FilePath &path);