Home
last modified time | relevance | path

Searched defs:unzipFile (Results 1 - 3 of 3) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/
H A Dzip_utils_test.cpp239 unzFile unzipFile = unzOpen64(zipPath.c_str()); in HWTEST_F() local
283 unzFile unzipFile = unzOpen64(zipPath.c_str()); in HWTEST_F() local
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dzip_utils.cpp79 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); in IsFileExistsInZip() local
127 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); in IsFileNameExistsInZip() local
175 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); GetFileContentFromZip() local
219 GetUnzipCurrentFileContent(unzFile& unzipFile, std::string& fileContent) GetUnzipCurrentFileContent() argument
247 AddToResourceMap(unzFile& unzipFile, const std::string& filePathInZip, std::map<std::string, std::string>& resourceMap) AddToResourceMap() argument
274 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); GetResourceMapFromZip() local
[all...]
/developtools/packing_tool/adapter/ohos/
H A DFileUtils.java528 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() method in FileUtils

Completed in 2 milliseconds