Searched refs:path2 (Results 1 – 1 of 1) sorted by relevance
16 static bool sameContent(const std::string& path1, const std::string& path2) { in sameContent() argument24 if (!ReadFileToString(path2, &f2)) { in sameContent()30 printf("File '%s' and '%s' are not the same\n", path1.c_str(), path2.c_str()); in sameContent()