Searched refs:getopt (Results 1 - 25 of 37) sorted by relevance
12
/base/update/updater/services/diffpatch/ |
H A D | diff_main.cpp | 17 #include <getopt.h> 34 while ((opt = getopt(argc, argv, optstring)) != -1) { in main()
|
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | main.cpp | 21 #include <getopt.h> 55 while ((optRet = getopt(argc, argv, optString)) != -1) { in ParseParamters()
|
/base/msdp/device_status/tools/vdev/src/ |
H A D | vdevadm.cpp | 17 #include <getopt.h> 108 int32_t opt = getopt(argc, argv, "t:"); in Mount() 132 int32_t opt = getopt(argc, argv, "t:"); in Unmount() 155 int32_t opt = getopt(argc, argv, "t:"); in Clone() 179 int32_t opt = getopt(argc, argv, "t:"); in Monitor() 200 int32_t opt = getopt(argc, argv, "t:"); in Act()
|
H A D | virtual_keyboard_builder.cpp | 18 #include <getopt.h> 153 int32_t opt = getopt(argc, argv, "d:u:f:r:w:"); in Act() 190 } while ((opt = getopt(argc, argv, "d:u:f:r:w:")) >= 0); in Act()
|
H A D | virtual_touchscreen_builder.cpp | 22 #include <getopt.h> 236 int32_t opt = getopt(argc, argv, "d:u:m:M:f:r:w:D:"); in Act() 273 } while ((opt = getopt(argc, argv, "d:u:m:M:f:r:w:D:")) >= 0); in Act()
|
H A D | virtual_mouse_builder.cpp | 18 #include <getopt.h> 205 int32_t opt = getopt(argc, argv, "d:u:s:m:M:f:r:w:D:"); in Act() 242 } while ((opt = getopt(argc, argv, "d:u:s:m:M:f:r:w:D:")) >= 0); in Act()
|
/base/hiviewdfx/hiview/plugins/usage_event_report/service/ |
H A D | usage_event_report_service.cpp | 18 #include <getopt.h>
136 while ((opt = getopt(argc, argv, ARG_SELECTION)) != -1) {
in ProcessArgsRequest()
|
/base/powermgr/power_manager/utils/shell/include/ |
H A D | power_shell_command.h | 20 #include <getopt.h>
|
/base/notification/common_event_service/tools/cem/src/ |
H A D | shell_command.cpp | 18 #include <getopt.h>
|
H A D | common_event_command.cpp | 18 #include <getopt.h>
|
/base/customization/enterprise_device_management/tools/edm/src/ |
H A D | shell_command.cpp | 18 #include <getopt.h>
|
H A D | edm_command.cpp | 18 #include <getopt.h>
|
/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | shell_command.cpp | 18 #include <getopt.h>
|
/base/security/access_token/tools/accesstoken/include/ |
H A D | atm_command.h | 21 #include <getopt.h>
|
/base/startup/init/ueventd/ |
H A D | ueventd_main.c | 182 while ((opt = getopt(argc, argv, "drblv:h")) != -1) { in main()
|
/base/security/selinux_adapter/framework/tools/hap_restorecon/ |
H A D | test.cpp | 18 #include <getopt.h>
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool.cpp | 18 #include <getopt.h> 205 while ((opt = getopt(argc, argv, selection)) != INVALID_ARG_OPT) { in HandleInput()
|
/base/hiviewdfx/hidumper/frameworks/native/include/manager/ |
H A D | dump_implement.h | 19 #include <getopt.h>
|
/base/hiviewdfx/hilog_lite/command/ |
H A D | hilog_command.c | 25 #include <getopt.h>
|
/base/msdp/device_status/intention/services/intention_service/src/ |
H A D | intention_dumper.cpp | 18 #include <getopt.h>
|
/base/startup/appspawn/service/hnp/pack/src/ |
H A D | hnp_pack.c | 19 #include <getopt.h>
|
/base/startup/init/test/benchmark/ |
H A D | benchmark_fwk.cpp | 18 #include <getopt.h>
|
/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_dump.cpp | 18 #include <getopt.h>
|
/base/startup/init/services/begetctl/ |
H A D | sandbox.cpp | 20 #include <getopt.h>
|
/base/security/selinux_adapter/framework/tools/service_check/ |
H A D | test.cpp | 17 #include <getopt.h>
|
Completed in 14 milliseconds
12