Searched refs:comparator (Results 1 – 1 of 1) sorted by relevance
213 auto comparator = [](const std::string& name1, const std::string& name2) -> bool { in RemoveFilesInDirectory() local223 std::sort(files.begin(), files.end(), comparator); in RemoveFilesInDirectory()