Searched refs:SHORT_OPTIONS_GET (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 124 const std::string SHORT_OPTIONS_GET = "hu"; member 1521 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_GET.c_str(), LONG_OPTIONS_GET, nullptr); in RunAsGetCommand()
|
H A D | bundle_test_tool.cpp | 698 const std::string SHORT_OPTIONS_GET = "hn:m:u:i:d:"; member 1910 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_GET.c_str(), LONG_OPTIONS_GET, nullptr); in RunAsGetStringCommand() 2161 int32_t option = getopt_long(argc_, argv_, SHORT_OPTIONS_GET.c_str(), LONG_OPTIONS_GET, nullptr); in RunAsGetIconCommand()
|
Completed in 14 milliseconds