Searched defs: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.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/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/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.c1826 char opts[256]; local
1839 snprintf(opts, sizeof(opts),
1843 res = mount("/dev/fuse", dest_path, "fuse", MS_NOSUID | MS_NODEV | MS_NOEXEC, opts);

Completed in 467 milliseconds