Home
last modified time | relevance | path

Searched refs:sorted_files (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp81 std::vector<std::string> sorted_files; in Create() local
108 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()