Home
last modified time | relevance | path

Searched refs:longopts (Results 1 – 10 of 10) sorted by relevance

/system/libvintf/
Dassemble_vintf_main.cpp76 const struct option longopts[] = {{"kernel", required_argument, NULL, 'k'}, in main() local
86 while ((res = getopt_long(argc, argv, "hi:o:mc:nl", longopts, &optind)) >= 0) { in main()
Dcheck_vintf.cpp233 std::vector<struct option> longopts{ in parseArgs() local
249 int c = getopt_long(argc, argv, "hcD:", longopts.data(), &optionIndex); in parseArgs()
/system/extras/kexec_tools/
Dkexecload.c79 const struct option longopts[] = { in main() local
87 c = getopt_long(argc, argv, "s:th", longopts, NULL); in main()
/system/extras/iotop/
Diotop.cpp113 static const option longopts[] = { in main() local
123 c = getopt_long(argc, argv, "ad:hm:n:Ps:", longopts, NULL); in main()
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp213 struct option longopts[] = {{"all", no_argument, nullptr, 'a'}, in main() local
219 while ((opt = getopt_long(argc, argv, "ah", longopts, nullptr)) != -1) { in main()
/system/memory/libmeminfo/tools/
Dwsstop.cpp181 struct option longopts[] = { in main() local
187 while ((opt = getopt_long(argc, argv, "d:n:h", longopts, nullptr)) != -1) { in main()
Dshowmap.cpp238 struct option longopts[] = { in main() local
244 while ((opt = getopt_long(argc, argv, "tvaqf:h", longopts, nullptr)) != -1) { in main()
/system/core/fs_mgr/
Dfs_mgr_remount.cpp157 struct option longopts[] = { in do_remount() local
164 for (int opt; (opt = ::getopt_long(argc, argv, "hRT:v", longopts, nullptr)) != -1;) { in do_remount()
/system/core/fastboot/
Dfastboot.cpp1789 const struct option longopts[] = { in Main() local
1821 while ((c = getopt_long(argc, argv, "a::hls:S:vw", longopts, &longindex)) != -1) { in Main()
1823 std::string name{longopts[longindex].name}; in Main()
1872 die("unknown option %s", longopts[longindex].name); in Main()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2665 struct option longopts[] = {{nullptr,0,nullptr,0}}; in main() local
2667 while ((res = getopt_long(argc, argv, "hbpd", longopts, nullptr)) >= 0) { in main()