Home
last modified time | relevance | path

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

/ide/tools/previewer/test/mock/
H A DMockFile.h31 const std::string& entryName);
33 const std::string& entryName);
H A DMockFile.cpp82 bool MockFile::AddFileToZip(zipFile zip, const std::string& filePath, const std::string& entryName) in AddFileToZip() argument
84 if (zipOpenNewFileInZip(zip, entryName.c_str(), NULL, NULL, 0, NULL, 0, NULL, Z_DEFLATED, in AddFileToZip()
124 bool MockFile::AddFolderToZip(zipFile zip, const std::string& folderPath, const std::string& entryName) in AddFolderToZip() argument
131 if (zipOpenNewFileInZip(zip, (entryName + "/" + relativePath + "/").c_str(), NULL, NULL, 0, in AddFolderToZip()
139 if (!AddFileToZip(zip, entry.path().string(), entryName + "/" + relativePath)) { in AddFolderToZip()

Completed in 1 milliseconds