Searched refs:AddRequiredFlag (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Command_test.cpp | 40 command.AddRequiredFlag("--rflag", "", &required_flag, Command::kPath); in TEST() 48 command.AddRequiredFlag("--nflag", "", &non_path_flag); in TEST()
|
H A D | Link.h | 117 AddRequiredFlag("-o", "Output path.", &options_.output_path, Command::kPath); in LinkCommand() 118 AddRequiredFlag("--manifest", "Path to the Android manifest to build.", in LinkCommand()
|
H A D | Convert.h | 31 AddRequiredFlag("-o", "Output path", &output_path_, Command::kPath); in ConvertCommand()
|
H A D | Compile.h | 50 AddRequiredFlag("-o", "Output path", &options_.output_path, Command::kPath); in CompileCommand()
|
H A D | Command.h | 53 void AddRequiredFlag(const android::StringPiece& name, const android::StringPiece& description,
|
H A D | Command.cpp | 54 void Command::AddRequiredFlag(const StringPiece& name, const StringPiece& description, in AddRequiredFlag() function in aapt::Command
|
H A D | Dump.h | 189 AddRequiredFlag("--style", "The name of the style to print", &style_); in DumpStyleParentCommand()
|