Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DMain.cpp116 std::vector<std::string> raw_args; in Action() local
118 raw_args.push_back(line); in Action()
126 if (raw_args.empty()) { in Action()
131 if (raw_args[0] == "quit") { in Action()
136 args.insert(args.end(), raw_args.begin(), raw_args.end()); in Action()