Home
last modified time | relevance | path

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

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