Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp301 if (!FilePath::PathIsValid(srcFile)) { in UnzipWithFilterCallback()
338 if (!FilePath::PathIsValid(srcFileDir)) { in Unzip()
381 if (!FilePath::PathIsValid(srcDir)) { in ZipWithFilterCallback()
416 if (!FilePath::PathIsValid(*iter)) { in ZipsWithFilterCallback()
485 if (!FilePath::PathIsValid(srcFileDir)) { in ZipFileIsValid()
H A Dzip_writer.cpp44 if (!FilePath::PathIsValid(file_path)) { in AddFileContentToZip()
190 bool isValid = FilePath::PathIsValid(absolutePath); in FlushEntriesIfNeeded()
H A Dzip_reader.cpp286 return FilePath::PathIsValid(outputFilePath_); in PrepareOutput()
H A Dfile_path.cpp272 bool FilePath::PathIsValid(const FilePath &path) in PathIsValid() function in OHOS::AppExecFwk::LIBZIP::FilePath
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h49 static bool PathIsValid(const std::string &path);
H A Ddump_utils.cpp401 bool DumpUtils::PathIsValid(const std::string &path) in PathIsValid() function in OHOS::HiviewDFX::DumpUtils
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h53 static bool PathIsValid(const FilePath &path);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp87 if (!DumpUtils::PathIsValid(path)) { in GetProcValue()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp177 if (!DumpUtils::PathIsValid(file_path)) { in AddFileContentToZip()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp607 if (!DumpUtils::PathIsValid(fillPath)) { in GetProcessAdjLabel()