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