Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DFileSystem.cpp82 std::vector<std::string> sorted_files; in Create() local
109 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()