Searched refs:sorted_files (Results 1 – 1 of 1) sorted by relevance
81 std::vector<std::string> sorted_files; in Create() local108 sorted_files.push_back(full_path); in Create()112 std::sort(sorted_files.begin(), sorted_files.end()); in Create()113 for (const std::string& full_path : sorted_files) { in Create()