Home
last modified time | relevance | path

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

/ide/tools/previewer/test/mock/
H A DMockFile.h32 static bool AddFolderToZip(zipFile zip, const std::string& folderPath,
H A DMockFile.cpp124 bool MockFile::AddFolderToZip(zipFile zip, const std::string& folderPath, const std::string& entryName) in AddFolderToZip() argument
126 for (const auto& entry : fs::recursive_directory_iterator(folderPath)) { in AddFolderToZip()
127 std::string relativePath = entry.path().string().substr(folderPath.length() + 1); // Relative path in AddFolderToZip()

Completed in 1 milliseconds