Home
last modified time | relevance | path

Searched refs:ZipParams (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip.h32 // Can be passed to the ZipParams for providing custom access to the files,
48 class ZipParams { class
50 ZipParams(const std::vector<FilePath> &srcDir, const FilePath &destFile);
53 ZipParams(const std::vector<FilePath> &srcDir, int destFd);
54 virtual ~ZipParams() in ~ZipParams()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp32 ZipParams::ZipParams(const std::vector<FilePath>& srcDir, const FilePath& destFile) in ZipParams() function in OHOS::AppExecFwk::LIBZIP::ZipParams
36 ZipParams::ZipParams(const std::vector<FilePath> &srcDir, int destFd) : srcDir_(srcDir), destFd_(destFd) in ZipParams() function in OHOS::AppExecFwk::LIBZIP::ZipParams
121 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip()
193 ZipParams params(srcFile, FilePath(destPath.CheckDestDirTail())); in ZipWithFilterCallback()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp112 ZipParams::ZipParams(const std::vector<FilePath>& srcDir, const FilePath& destFile) in ZipParams() function in OHOS::AppExecFwk::LIBZIP::ZipParams
117 ZipParams::ZipParams(const std::vector<FilePath> &srcDir, int destFd) : srcDir_(srcDir), destFd_(destFd) in ZipParams() function in OHOS::AppExecFwk::LIBZIP::ZipParams
131 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip()
179 void GetZipsAllRelativeFilesInner(const ZipParams &params, const FilePath &iterPath, in GetZipsAllRelativeFilesInner()
204 void GetZipsAllRelativeFiles(const ZipParams &params, std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles, in GetZipsAllRelativeFiles()
220 bool Zips(const ZipParams &params, const OPTIONS &options) in Zips()
392 ZipParams params(srcFile, FilePath(destPath.CheckDestDirTail())); in ZipWithFilterCallback()
427 ZipParams param in ZipsWithFilterCallback()
[all...]

Completed in 3 milliseconds