Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/
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()); in GetFileContentFromZip() local
219 bool ZipUtils::GetUnzipCurrentFileContent(unzFile& unzipFile, std::string& fileContent) in GetUnzipCurrentFileContent()
247 bool ZipUtils::AddToResourceMap(unzFile& unzipFile, const std::string& filePathInZip, in AddToResourceMap()
274 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); in GetResourceMapFromZip() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/
Dzip_utils_test.cpp240 unzFile unzipFile = unzOpen64(zipPath.c_str()); variable
284 unzFile unzipFile = unzOpen64(zipPath.c_str()); variable
483 unzFile unzipFile = nullptr; variable
503 unzFile unzipFile = unzOpen64(zipPath.c_str()); variable
520 unzFile unzipFile = nullptr; variable
/developtools/packing_tool/adapter/ohos/
DFileUtils.java532 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() method in FileUtils