Searched defs:zipFile (Results 1 – 5 of 5) sorted by relevance
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
| D | zip_reader.cpp | 195 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
|
| D | zip_internal.cpp | 270 …zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModified… in ZipOpenNewFileInZip() argument
|
| D | zip.cpp | 326 unzFile zipFile = reader.GetZipHandler(resourceId); in UnzipWithFilterAndWritersParallel() local
|
| /foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
| D | util.cpp | 259 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/ |
| D | softbus_handler_asset.cpp | 503 unzFile zipFile = unzOpen64(unZipFileName.c_str()); in DecompressFile() local
|