Searched refs:destinationFile (Results 1 – 3 of 3) sorted by relevance
658 const std::string &sourceFile, const std::string &destinationFile) in CopyFile() argument660 if (sourceFile.empty() || destinationFile.empty()) { in CopyFile()671 std::ofstream out(destinationFile); in CopyFile()
233 static bool CopyFile(const std::string &sourceFile, const std::string &destinationFile);
1248 const std::string &sourceFile, const std::string &destinationFile) in CopyFile() argument1250 if (sourceFile.empty() || destinationFile.empty()) { in CopyFile()1261 std::ofstream out(destinationFile); in CopyFile()