Lines Matching refs:std
27 static bool SimulateFileLock(const std::string& filePath);
28 static bool ReleaseFileLock(const std::string& filePath);
29 static std::string CreateHspFile(const std::string hspFileName, const std::string hspAbcContent);
30 static bool AddFileToZip(zipFile zip, const std::string& filePath,
31 const std::string& entryName);
32 static bool AddFolderToZip(zipFile zip, const std::string& folderPath,
33 const std::string& entryName);
34 static bool CompressFiles(const std::vector<std::string>& files,
35 const std::string& zipFilename);