Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp780 std::vector<std::string> sorted_args = args; in Action() local
781 std::sort(sorted_args.begin(), sorted_args.end()); in Action()
783 for (const std::string& arg : sorted_args) { in Action()