Searched refs:opts (Results 1 - 9 of 9) sorted by relevance

/system/core/toolbox/
H A Dinsmod.c53 char opts[1024]; local
69 opts[0] = '\0';
72 char *end = opts + sizeof(opts) - 1;
73 char *ptr = opts;
85 ret = init_module(file, size, opts);
H A Dnewfs_msdos.c241 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:"; local
268 while ((ch = getopt(argc, argv, opts)) != -1)
/system/core/libsparse/
H A Dsimg_dump.py36 opts, args = getopt.getopt(sys.argv[1:],
42 for o, a in opts:
/system/core/libion/
H A Dion_test.c218 static struct option opts[] = { local
230 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i);
/system/core/include/utils/
H A DLooper.h400 * The opts may be PREPARE_ALLOW_NON_CALLBACKS or 0.
402 static sp<Looper> prepare(int opts);
/system/core/libutils/
H A DLooper.cpp141 sp<Looper> Looper::prepare(int opts) { argument
142 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS;
/system/core/sdcard/
H A Dsdcard.c1793 char opts[256]; local
1806 snprintf(opts, sizeof(opts),
1810 res = mount("/dev/fuse", dest_path, "fuse", MS_NOSUID | MS_NODEV, opts);
/system/core/adb/
H A Dadb.c1702 static struct option opts[] = {
1706 c = getopt_long(argc, argv, "", opts, &option_index);
H A Dcommandline.c741 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n",

Completed in 478 milliseconds