Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DCommandLineOptionsTests.cpp58 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/
DCreate.cpp60 .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()
DLookup.cpp160 .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()
DCreateMultiple.cpp61 .MandatoryOption("--target-apk-path", in CreateMultiple()
64 .MandatoryOption("--overlay-apk-path", in CreateMultiple()
DDump.cpp46 .MandatoryOption("--idmap-path", "input: path to idmap file to pretty-print", &idmap_path) in Dump()
/frameworks/base/cmds/idmap2/include/idmap2/
DCommandLineOptions.h43 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/
DCommandLineOptions.cpp47 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