Home
last modified time | relevance | path

Searched defs:zipFile (Results 1 – 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_reader.cpp195 bool ZipReader::ExtractEntry(WriterDelegate *delegate, const unzFile &zipFile, uint64_t numBytesToE… in ExtractEntry() argument
286 unzFile zipFile; in Open() local
298 bool ZipParallelReader::GotoEntry(unzFile &zipFile, unz_file_pos filePos) in GotoEntry()
330 for (unzFile zipFile : zipFiles_) { in Close() local
Dzip_internal.cpp270zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModified… in ZipOpenNewFileInZip() argument
Dzip.cpp326 unzFile zipFile = reader.GetZipHandler(resourceId); in UnzipWithFilterAndWritersParallel() local
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
Dutil.cpp259 unzFile zipFile = unzOpen2(srcFilePath.c_str(), nullptr); in ReadZipFile() local
307 bool CloseZipFile(const unzFile zipFile, bool ret) in CloseZipFile()
324 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
Dsoftbus_handler_asset.cpp503 unzFile zipFile = unzOpen64(unZipFileName.c_str()); in DecompressFile() local