Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_writer.h39 static zipFile InitZipFileWithFile(const FilePath &zip_file_path);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp131 zipFile ZipWriter::InitZipFileWithFile(const FilePath &zip_file_path) in InitZipFileWithFile() function in OHOS::AppExecFwk::LIBZIP::ZipWriter
H A Dzip.cpp170 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFile(params.DestFile())); in Zip()
233 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFile(params.DestFile())); in Zips()