Searched refs:AppendRelativePath (Results 1 – 3 of 3) sorted by relevance
69 bool AppendRelativePath(const FilePath &child, FilePath *path);
151 if (paramsSrcPath.AppendRelativePath(iter->path, &relativePath)) { in Zip()192 if (paramsSrcPath.AppendRelativePath(iter->path, &relativePath)) { in GetZipsAllRelativeFilesInner()
342 bool FilePath::AppendRelativePath(const FilePath &child, FilePath *path) in AppendRelativePath() function in OHOS::AppExecFwk::LIBZIP::FilePath