Searched refs:LONG_OPTIONS_GET (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 125 const struct option LONG_OPTIONS_GET[] = { 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 | 699 const struct option LONG_OPTIONS_GET[] = { 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 11 milliseconds