Searched defs:unzipFile (Results 1 – 3 of 3) sorted by relevance
79 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); in IsFileExistsInZip() local127 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); in IsFileNameExistsInZip() local175 unzFile unzipFile = unzOpen64(zipFilePath.c_str()); in GetFileContentFromZip() local219 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
240 unzFile unzipFile = unzOpen64(zipPath.c_str()); variable284 unzFile unzipFile = unzOpen64(zipPath.c_str()); variable483 unzFile unzipFile = nullptr; variable503 unzFile unzipFile = unzOpen64(zipPath.c_str()); variable520 unzFile unzipFile = nullptr; variable
532 public static boolean unzipFile(String zipFilePath, String destDirPath) { in unzipFile() method in FileUtils