Searched refs:IsSameFile (Results 1 – 3 of 3) sorted by relevance
253 if (IsSameFile(dir, dir_to_commit)) return true; in IsKeyCommitPending()268 if (IsSameFile(*it, dir)) { in CancelPendingKeyCommit()285 if (IsSameFile(old_name, *it)) break; in RenameKeyDir()
166 bool IsSameFile(const std::string& path1, const std::string& path2);
1185 bool IsSameFile(const std::string& path1, const std::string& path2) { in IsSameFile() function