Searched refs:opts (Results 1 – 9 of 9) sorted by relevance
/system/core/toolbox/ |
D | insmod.c | 53 char opts[1024]; in insmod_main() local 69 opts[0] = '\0'; in insmod_main() 72 char *end = opts + sizeof(opts) - 1; in insmod_main() 73 char *ptr = opts; in insmod_main() 85 ret = init_module(file, size, opts); in insmod_main()
|
D | newfs_msdos.c | 241 static const char opts[] = "@:NAB:C:F:I:L:O:S:a:b:c:e:f:h:i:k:m:n:o:r:s:u:"; in newfs_msdos_main() local 268 while ((ch = getopt(argc, argv, opts)) != -1) in newfs_msdos_main()
|
/system/core/libsparse/ |
D | simg_dump.py | 36 opts, args = getopt.getopt(sys.argv[1:], 42 for o, a in opts:
|
/system/core/libion/ |
D | ion_test.c | 218 static struct option opts[] = { in main() local 230 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i); in main()
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 17 opts.
|
/system/core/include/utils/ |
D | Looper.h | 402 static sp<Looper> prepare(int opts);
|
/system/core/libutils/ |
D | Looper.cpp | 141 sp<Looper> Looper::prepare(int opts) { in prepare() argument 142 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare()
|
/system/core/sdcard/ |
D | sdcard.c | 1826 char opts[256]; in run() local 1839 snprintf(opts, sizeof(opts), in run() 1843 res = mount("/dev/fuse", dest_path, "fuse", MS_NOSUID | MS_NODEV | MS_NOEXEC, opts); in run()
|
/system/core/adb/ |
D | adb.c | 1702 static struct option opts[] = { in main() 1706 c = getopt_long(argc, argv, "", opts, &option_index); in main()
|