Searched refs:sourceDir (Results 1 – 2 of 2) sorted by relevance
208 bool CopyFile(std::string &targetFile, std::string &sourceDir, std::string &destDir);
572 bool WuKongUtil::CopyFile(std::string &targetFile, std::string &sourceDir, std::string &destDir) in CopyFile() argument576 …DEBUG_LOG_STR("targetFile{%s} sourceDir{%s} destDir{%s}", targetFile.c_str(), sourceDir.c_str(), d… in CopyFile()578 std::string sourceFile = sourceDir + targetFile; in CopyFile()