Searched refs:MandatoryOption (Results 1 – 8 of 8) 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 | 57 .MandatoryOption("--target-apk-path", in Create() 60 .MandatoryOption("--overlay-apk-path", in Create() 63 .MandatoryOption("--idmap-path", "output: path to where to write idmap file", &idmap_path) in Create()
|
D | Scan.cpp | 133 .MandatoryOption("--input-directory", "directory containing overlay apks to scan", in Scan() 136 .MandatoryOption("--target-package-name", "package name of target package", in Scan() 138 .MandatoryOption("--target-apk-path", "path to target apk", &target_apk_path) in Scan() 139 .MandatoryOption("--output-directory", in Scan()
|
D | Lookup.cpp | 168 .MandatoryOption("--idmap-path", "input: path to idmap file to load", &idmap_paths) in Lookup() 169 .MandatoryOption("--config", "configuration to use", &config_str) in Lookup() 170 .MandatoryOption("--resid", in Lookup()
|
D | Verify.cpp | 39 .MandatoryOption("--idmap-path", "input: path to idmap file to verify", &idmap_path); in Verify()
|
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 | 46 CommandLineOptions& CommandLineOptions::MandatoryOption(const std::string& name, in MandatoryOption() function in android::idmap2::CommandLineOptions 55 CommandLineOptions& CommandLineOptions::MandatoryOption(const std::string& name, in MandatoryOption() function in android::idmap2::CommandLineOptions
|