Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCommand_test.cpp40 command.AddRequiredFlag("--rflag", "", &required_flag, Command::kPath); in TEST()
48 command.AddRequiredFlag("--nflag", "", &non_path_flag); in TEST()
DConvert.h31 AddRequiredFlag("-o", "Output path", &output_path_, Command::kPath); in ConvertCommand()
DCompile.h47 AddRequiredFlag("-o", "Output path", &options_.output_path, Command::kPath); in CompileCommand()
DLink.h111 AddRequiredFlag("-o", "Output path.", &options_.output_path, Command::kPath); in LinkCommand()
112 AddRequiredFlag("--manifest", "Path to the Android manifest to build.", in LinkCommand()
DCommand.h53 void AddRequiredFlag(const android::StringPiece& name, const android::StringPiece& description,
DCommand.cpp54 void Command::AddRequiredFlag(const StringPiece& name, const StringPiece& description, in AddRequiredFlag() function in aapt::Command
DDump.h189 AddRequiredFlag("--style", "The name of the style to print", &style_); in DumpStyleParentCommand()