HomeSort by relevance Sort by last modified time
    Searched refs:add_opts (Results 1 - 3 of 3) sorted by null

  /build/make/tools/fs_config/
fs_config_generator.py 863 def add_opts(self, opt_group): member in class:BaseGenerator
878 ie if you specified an argument of foo in add_opts, access
944 def add_opts(self, opt_group): member in class:FSConfigGen
1123 def add_opts(self, opt_group): member in class:AIDArrayGen
1172 def add_opts(self, opt_group): member in class:OEMAidGen
1223 def add_opts(self, opt_group): member in class:PasswdGen
    [all...]
  /external/fio/t/
btrace2fio.c 27 static char **add_opts; variable
760 printf("%s\n", add_opts[i]);
1119 add_opts = realloc(add_opts, (n_add_opts + 1) * sizeof(char *));
1120 add_opts[n_add_opts] = strdup(optarg);
  /external/toybox/toys/pending/
modprobe.c 79 static char *add_opts(char *opts, char *toadd) function
269 modent->opts = add_opts(modent->opts, tokens[2]);
467 if (m == m2) options = add_opts(options, TT.cmdopts);

Completed in 103 milliseconds