Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
Dutil.cpp197 unzFile zipFile = unzOpen2(srcFilePath.c_str(), nullptr); in ReadZipFile() local
245 bool CloseZipFile(const unzFile zipFile, bool ret) in CloseZipFile()
262 bool ReadImageFile(const unzFile zipFile, const std::string& fileName, ImageStructVec& imgVec, in ReadImageFile()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_internal.cpp272zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModified… in ZipOpenNewFileInZip() argument
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
Dsoftbus_handler_asset.cpp463 unzFile zipFile = unzOpen64(unZipFileName.c_str()); in DecompressFile() local