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

12

/system/core/libsparse/
H A Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys namespace
36 opts, args = getopt.getopt(sys.argv[1:],
39 except getopt.GetoptError, e:
/system/core/toolbox/
H A Dreboot.c18 c = getopt(argc, argv, "np");
H A Dgetsebool.c4 #include <getopt.h>
20 while ((opt = getopt(argc, argv, "a")) > 0) {
H A Dioctl.c5 #include <getopt.h>
30 c = getopt(argc, argv, "rdl:a:h");
H A Dlog.c102 ret = getopt(argc, argv, "t:p:h");
H A Drotatefb.c23 c = getopt(argc, argv, "d:");
H A Dsetkey.c40 c = getopt(argc, argv, "t:k:v:hr");
H A Dcmp.c25 c = getopt(argc, argv, "bln:");
H A Dhd.c28 c = getopt(argc, argv, "b:c:r:");
H A Drm.c80 c = getopt(argc, argv, "frR");
H A Ddate.c59 c = getopt(argc, argv, "us:");
H A Drestorecon.c62 ch = getopt(argc, argv, "nrRv");
H A Dsetconsole.c45 c = getopt(argc, argv, "d:gtncv:poh");
H A Dalarm.c34 //c = getopt(argc, argv, "uw:");
35 c = getopt(argc, argv, "uwat:");
H A Dcat.c235 while ((ch = getopt(argc, argv, "beflnstv")) != -1)
H A Dnotify.c30 c = getopt(argc, argv, "m:c:pv:w:");
H A Dreadtty.c76 c = getopt(argc, argv, "nt:fa:r:pe:");
H A Ddu.c86 while ((ch = getopt(argc, argv, "HLPacd:ghkmnrsx")) != -1)
H A Dmount.c292 c = getopt(argc, argv, "o:rt:w");
/system/extras/ext4_utils/
H A Dext4fixup_main.c39 while ((opt = getopt(argc, argv, "vnd:")) != -1) {
H A Dmake_ext4fs_main.c69 while ((opt = getopt(argc, argv, "l:j:b:g:i:I:L:a:fwzJsctS:")) != -1) {
H A Dext2simg.c188 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
/system/extras/tests/ext4/
H A Drand_emmc_perf.c52 while ((c = getopt(argc, argv, "+rwo")) != -1) {
/system/extras/tests/sdcard/
H A Dplot_sdcard.py39 import getopt namespace
309 (optlist, args) = getopt.getopt(argv[1:],
311 except getopt.GetoptError, err:
/system/core/libion/
H A Dion_test.c3 #include <getopt.h>

Completed in 2439 milliseconds

12