Home
last modified time | relevance | path

Searched refs:HasRelativePathBaseOnAPIVersion (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp329 if ((destDir.Value().size() == 0) || FilePath::HasRelativePathBaseOnAPIVersion(destFile)) { in Unzip()
333 if ((srcFileDir.Value().size() == 0) || FilePath::HasRelativePathBaseOnAPIVersion(srcFile)) { in Unzip()
447 if ((srcDir.Value().size() == 0) || FilePath::HasRelativePathBaseOnAPIVersion(srcPath)) { in Zip()
451 if ((destFile.Value().size() == 0) || FilePath::HasRelativePathBaseOnAPIVersion(destPath)) { in Zip()
476 if ((srcFile.size() == 0) || FilePath::HasRelativePathBaseOnAPIVersion(srcFile)) { in ZipFileIsValid()
546 if (FilePath::HasRelativePathBaseOnAPIVersion(srcFiles)) { in Zips()
560 if ((destFile.Value().size() == 0) || FilePath::HasRelativePathBaseOnAPIVersion(destPath)) { in Zips()
H A Dfile_path.cpp450 bool FilePath::HasRelativePathBaseOnAPIVersion(const std::string &path) in HasRelativePathBaseOnAPIVersion() function in OHOS::AppExecFwk::LIBZIP::FilePath
462 bool FilePath::HasRelativePathBaseOnAPIVersion(const std::vector<std::string> &paths) in HasRelativePathBaseOnAPIVersion() function in OHOS::AppExecFwk::LIBZIP::FilePath
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h79 static bool HasRelativePathBaseOnAPIVersion(const std::string &path);
80 static bool HasRelativePathBaseOnAPIVersion(const std::vector<std::string> &paths);