Home
last modified time | relevance | path

Searched refs:getopt (Results 1 - 25 of 37) sorted by relevance

12

/base/update/updater/services/diffpatch/
H A Ddiff_main.cpp17 #include <getopt.h>
34 while ((opt = getopt(argc, argv, optstring)) != -1) { in main()
/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Dmain.cpp21 #include <getopt.h>
55 while ((optRet = getopt(argc, argv, optString)) != -1) { in ParseParamters()
/base/msdp/device_status/tools/vdev/src/
H A Dvdevadm.cpp17 #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 Dvirtual_keyboard_builder.cpp18 #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 Dvirtual_touchscreen_builder.cpp22 #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 Dvirtual_mouse_builder.cpp18 #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 Dusage_event_report_service.cpp18 #include <getopt.h>
136 while ((opt = getopt(argc, argv, ARG_SELECTION)) != -1) { in ProcessArgsRequest()
/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h20 #include <getopt.h>
/base/notification/common_event_service/tools/cem/src/
H A Dshell_command.cpp18 #include <getopt.h>
H A Dcommon_event_command.cpp18 #include <getopt.h>
/base/customization/enterprise_device_management/tools/edm/src/
H A Dshell_command.cpp18 #include <getopt.h>
H A Dedm_command.cpp18 #include <getopt.h>
/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp18 #include <getopt.h>
/base/security/access_token/tools/accesstoken/include/
H A Datm_command.h21 #include <getopt.h>
/base/startup/init/ueventd/
H A Dueventd_main.c182 while ((opt = getopt(argc, argv, "drblv:h")) != -1) { in main()
/base/security/selinux_adapter/framework/tools/hap_restorecon/
H A Dtest.cpp18 #include <getopt.h>
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp18 #include <getopt.h>
205 while ((opt = getopt(argc, argv, selection)) != INVALID_ARG_OPT) { in HandleInput()
/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h19 #include <getopt.h>
/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.c25 #include <getopt.h>
/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_dumper.cpp18 #include <getopt.h>
/base/startup/appspawn/service/hnp/pack/src/
H A Dhnp_pack.c19 #include <getopt.h>
/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.cpp18 #include <getopt.h>
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_dump.cpp18 #include <getopt.h>
/base/startup/init/services/begetctl/
H A Dsandbox.cpp20 #include <getopt.h>
/base/security/selinux_adapter/framework/tools/service_check/
H A Dtest.cpp17 #include <getopt.h>

Completed in 14 milliseconds

12