Home
last modified time | relevance | path

Searched refs:ZipWriter (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h33 class ZipWriter { class
40 ~ZipWriter();
41 explicit ZipWriter(zipFile zip_file);
73 DISALLOW_COPY_AND_ASSIGN(ZipWriter);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp116 zipFile ZipWriter::InitZipFileWithFd(PlatformFile zipFilefd) in InitZipFileWithFd()
131 zipFile ZipWriter::InitZipFileWithFile(const FilePath &zip_file_path) in InitZipFileWithFile()
148 ZipWriter::ZipWriter(zipFile zip_file) : zipFile_(zip_file) in ZipWriter() function in OHOS::AppExecFwk::LIBZIP::ZipWriter
151 ZipWriter::~ZipWriter() in ~ZipWriter()
156 bool ZipWriter::WriteEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in WriteEntries()
161 bool ZipWriter::AddEntries(const std::vector<std::pair<FilePath, FilePath>> &paths, const OPTIONS &options) in AddEntries()
170 bool ZipWriter::Close(const OPTIONS &options) in Close()
177 bool ZipWriter
[all...]
H A Dzip.cpp166 std::unique_ptr<ZipWriter> zipWriter = nullptr; in Zip()
168 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zip()
170 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFile(params.DestFile())); in Zip()
229 std::unique_ptr<ZipWriter> zipWriter = nullptr; in Zips()
231 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zips()
233 zipWriter = std::make_unique<ZipWriter>(ZipWriter in Zips()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp156 std::unique_ptr<ZipWriter> zipWriter = nullptr; in Zip()
158 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zip()
160 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFile(params.DestFile())); in Zip()

Completed in 3 milliseconds