Searched refs:fileBasePath (Results 1 – 3 of 3) sorted by relevance
158 bool CompareTools::CompareFile(const char* fileBasePath, const char* fileRunPath) in CompareFile() argument160 if (fileBasePath == nullptr || fileRunPath == nullptr) { in CompareFile()164 uint32_t fdBase = open(fileBasePath, O_RDONLY | O_BINARY); in CompareFile()167 uint32_t fdBase = open(fileBasePath, O_RDONLY); in CompareFile()
254 std::string fileBasePath = config->baseDir + fileName; in OnCompareFile() local258 if (!CompareTools::CompareFile(fileBasePath.c_str(), fileRunPath.c_str())) { in OnCompareFile()
61 static bool CompareFile(const char* fileBasePath, const char* fileRunPath);