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