Home
last modified time | relevance | path

Searched refs:zipFile (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/test/mock/
H A DMockFile.h22 typedef void* zipFile; typedef
30 static bool AddFileToZip(zipFile zip, const std::string& filePath,
32 static bool AddFolderToZip(zipFile zip, const std::string& folderPath,
H A DMockFile.cpp82 bool MockFile::AddFileToZip(zipFile zip, const std::string& filePath, const std::string& entryName) in AddFileToZip()
124 bool MockFile::AddFolderToZip(zipFile zip, const std::string& folderPath, const std::string& entryName) in AddFolderToZip()
151 zipFile zip = zipOpen(zipFilename.c_str(), APPEND_STATUS_CREATE); in CompressFiles()

Completed in 1 milliseconds