Searched refs:removeDots (Results 1 – 3 of 3) sorted by relevance
252 std::string CanonicalPath = removeDots(Request.FileName); in lookupCDB()325 GovernedFiles.push_back(removeDots(File)); in broadcastCDB()363 auto It = Commands.find(removeDots(File)); in getCompileCommand()392 std::string CanonPath = removeDots(File); in setCompileCommand()
75 Path removeDots(PathRef File);
114 Path removeDots(PathRef File) { in removeDots() function