/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_zip_test.cpp | 107 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 D | hnp_zip.c | 310 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 D | util.cpp | 197 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 D | hap_parser.cpp | 38 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 D | package_fuzzer.cpp | 165 ZipFileInfo zipFile; in TestGZipPkgCompress() local 215 Lz4FileInfo zipFile; in TestLz4PkgCompress() local
|
H A D | pkg_fuzz_test.h | 180 ZipFileInfo zipFile; in CreateZipPackage() local
|
/ohos5.0/base/update/packaging_tools/zipalign/src/main/java/com/ohos/ |
H A D | ZipAlign.java | 105 private static List<String> getEntryNamesFromZip(ZipFile zipFile) { in getEntryNamesFromZip()
|
/ohos5.0/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/ |
H A D | ZipAlign.java | 106 private static List<String> getEntryNamesFromZip(ZipFile zipFile) { in getEntryNamesFromZip()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_internal.cpp | 272 …zipFile 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 D | export_json_file_writer.cpp | 337 auto zipFile = GetZipFile(exportDir_); in Write() local
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | trace_utils.cpp | 400 … zipFile 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 D | softbus_handler_asset.cpp | 463 unzFile zipFile = unzOpen64(unZipFileName.c_str()); in DecompressFile() local
|
/ohos5.0/base/update/updater/utils/ |
H A D | utils.cpp | 467 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 D | hap_parser.cpp | 206 int32_t HapParser::ReadIndexFromFile(const char *zipFile, std::unique_ptr<uint8_t[]> &buffer, in ReadIndexFromFile()
|