Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp790 std::vector<std::string> sorted_args = args; in Action() local
791 std::sort(sorted_args.begin(), sorted_args.end()); in Action()
793 for (const std::string& arg : sorted_args) { in Action()