Searched defs:sourceFile (Results 1 – 6 of 6) sorted by relevance
59 bool FileDeal::CopyFile(const std::string &sourceFile, const std::string &newFile) in CopyFile()74 bool FileDeal::DeleteFile(const std::string &sourceFile) in DeleteFile()
128 bool LogUtil::IsTestModel(const string& sourceFile, const string& name, in IsTestModel()
106 std::ifstream sourceFile(sourceFileName, std::ios::binary); in CopyNativeTokenJson() local
180 bool RestorePackage(const std::string &dstFile, const std::string &sourceFile) in RestorePackage()
259 std::string sourceFile = configInfoPtr->path + logName; in CopyOrMoveFile() local287 std::string sourceFile = configInfoPtr->path + logName; in Remove() local
161 bool ExtractRule::IsMatchPath(const string& sourceFile, const string& name, const string& pattern, in IsMatchPath()