Searched refs:HasRelativePathBaseOnAPIVersion (Results 1 – 3 of 3) sorted by relevance
329 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()
450 bool FilePath::HasRelativePathBaseOnAPIVersion(const std::string &path) in HasRelativePathBaseOnAPIVersion() function in OHOS::AppExecFwk::LIBZIP::FilePath462 bool FilePath::HasRelativePathBaseOnAPIVersion(const std::vector<std::string> &paths) in HasRelativePathBaseOnAPIVersion() function in OHOS::AppExecFwk::LIBZIP::FilePath
79 static bool HasRelativePathBaseOnAPIVersion(const std::string &path);80 static bool HasRelativePathBaseOnAPIVersion(const std::vector<std::string> &paths);