Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_zip_test.cpp107 std::string zipFile("test_zip"); variable
134 std::string zipFile("test_zip"); variable
167 std::string zipFile("test_zip"); variable
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c310 static int HnpUnZipForFile(const char *filePath, unzFile zipFile, unz_file_info fileInfo) in HnpUnZipForFile()
414 unzFile zipFile = unzOpen(path); in HnpFileCountGet() local
454 unzFile zipFile = unzOpen(inputFile); in HnpUnZip() local
510 unzFile zipFile = unzOpen(inputFile); in HnpCfgGetFromZip() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A 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()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp38 void UnzCloseFileAndLog(unzFile uf, const char *zipFile) in UnzCloseFileAndLog()
46 int32_t HapParser::ReadFileFromZip(const char *zipFile, const char *fileName, void **buffer, size_t… in ReadFileFromZip()
126 int32_t HapParser::ReadIndexFromFile(const char *zipFile, void **buffer, in ReadIndexFromFile()
/ohos5.0/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpackage_fuzzer.cpp165 ZipFileInfo zipFile; in TestGZipPkgCompress() local
215 Lz4FileInfo zipFile; in TestLz4PkgCompress() local
H A Dpkg_fuzz_test.h180 ZipFileInfo zipFile; in CreateZipPackage() local
/ohos5.0/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java105 private static List<String> getEntryNamesFromZip(ZipFile zipFile) { in getEntryNamesFromZip()
/ohos5.0/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java106 private static List<String> getEntryNamesFromZip(ZipFile zipFile) { in getEntryNamesFromZip()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_internal.cpp272zipFile zipFile, const std::string &strPath, const OPTIONS &options, const struct tm *lastModified… in ZipOpenNewFileInZip() argument
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp337 auto zipFile = GetZipFile(exportDir_); in Write() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp400zipFile zipFile = zipOpen((UNIFIED_SHARE_TEMP_PATH + zipFileName).c_str(), APPEND_STATUS_CREATE); in ZipTraceFile() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp463 unzFile zipFile = unzOpen64(unZipFileName.c_str()); in DecompressFile() local
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp467 void CompressFiles(std::vector<std::string> &files, const std::string &zipFile) in CompressFiles()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp206 int32_t HapParser::ReadIndexFromFile(const char *zipFile, std::unique_ptr<uint8_t[]> &buffer, in ReadIndexFromFile()