Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h69 bool AppendRelativePath(const FilePath &child, FilePath *path);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp151 if (paramsSrcPath.AppendRelativePath(iter->path, &relativePath)) { in Zip()
192 if (paramsSrcPath.AppendRelativePath(iter->path, &relativePath)) { in GetZipsAllRelativeFilesInner()
H A Dfile_path.cpp342 bool FilePath::AppendRelativePath(const FilePath &child, FilePath *path) in AppendRelativePath() function in OHOS::AppExecFwk::LIBZIP::FilePath