Searched refs:MandatoryOption (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/idmap2/tests/ |
D | CommandLineOptionsTests.cpp | 58 TEST(CommandLineOptionsTests, MandatoryOption) { in TEST() argument 62 .MandatoryOption("--foo", "", &foo) in TEST() 63 .MandatoryOption("--bar", "", &bar); in TEST() 75 CommandLineOptions opts = CommandLineOptions("test").MandatoryOption("--foo", "", &foo); in TEST() 83 CommandLineOptions opts = CommandLineOptions("test").MandatoryOption("--foo", "", &args); in TEST() 169 .MandatoryOption("--foo", "", &foo) in TEST() 216 .MandatoryOption("--aa", "description-aa", &arg1) in TEST() 220 .MandatoryOption("--ee", "description-ee", &arg4) in TEST() 222 .MandatoryOption("--gg", "description-gg", &arg7) in TEST()
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Create.cpp | 60 .MandatoryOption("--target-apk-path", in Create() 63 .MandatoryOption("--overlay-apk-path", in Create() 66 .MandatoryOption("--idmap-path", "output: path to where to write idmap file", &idmap_path) in Create()
|
D | Lookup.cpp | 160 .MandatoryOption("--idmap-path", "input: path to idmap file to load", &idmap_paths) in Lookup() 161 .MandatoryOption("--config", "configuration to use", &config_str) in Lookup() 162 .MandatoryOption("--resid", in Lookup()
|
D | CreateMultiple.cpp | 61 .MandatoryOption("--target-apk-path", in CreateMultiple() 64 .MandatoryOption("--overlay-apk-path", in CreateMultiple()
|
D | Dump.cpp | 46 .MandatoryOption("--idmap-path", "input: path to idmap file to pretty-print", &idmap_path) in Dump()
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | CommandLineOptions.h | 43 CommandLineOptions& MandatoryOption(const std::string& name, const std::string& description, 45 CommandLineOptions& MandatoryOption(const std::string& name, const std::string& description,
|
/frameworks/base/cmds/idmap2/libidmap2/ |
D | CommandLineOptions.cpp | 47 CommandLineOptions& CommandLineOptions::MandatoryOption(const std::string& name, in MandatoryOption() function in android::idmap2::CommandLineOptions 56 CommandLineOptions& CommandLineOptions::MandatoryOption(const std::string& name, in MandatoryOption() function in android::idmap2::CommandLineOptions
|