Searched refs:opts (Results 1 - 5 of 5) 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.c250 static const char opts[] = "@:NB:C:F:I:L:O:S:a:b:c:e:f:h:i:k:m:n:o:r:s:u:"; local
275 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.c203 static struct option opts[] = { local
215 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i);
/system/core/sdcard/
H A Dsdcard.c1251 char opts[256]; local
1264 snprintf(opts, sizeof(opts),
1268 res = mount("/dev/fuse", dest_path, "fuse", MS_NOSUID | MS_NODEV, opts);

Completed in 101 milliseconds