HomeSort by relevance Sort by last modified time
    Searched defs:namelist (Results 1 - 5 of 5) sorted by null

  /system/extras/ext4_utils/
make_ext4fs.c 78 struct dirent **namelist; local
86 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
97 dentries[i].filename = strdup(namelist[i]->d_name);
101 asprintf(&dentries[i].path, "%s/%s", dir_path, namelist[i]->d_name);
102 asprintf(&dentries[i].full_path, "%s/%s", full_path, namelist[i]->d_name);
104 free(namelist[i]);
155 free(namelist);
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 182 static int getall(struct listentry ** namelist);
298 listentry * namelist = NULL; local
407 count = getall(&namelist);
419 fakeargv[i + argc] = namelist->name;
420 namelist = namelist->next;
580 struct listentry * entry = namelist;
973 static int getall(struct listentry ** namelist) {
980 *namelist = dummyentry.next;
  /external/icu4c/tools/tzcode/
zdump.c 182 static int getall(struct listentry ** namelist);
298 listentry * namelist = NULL; local
407 count = getall(&namelist);
419 fakeargv[i + argc] = namelist->name;
420 namelist = namelist->next;
580 struct listentry * entry = namelist;
973 static int getall(struct listentry ** namelist) {
980 *namelist = dummyentry.next;
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 1156 optdef.setRequiresSet (namelist ()); method
1167 optdef.setExcludesSet (namelist ()); method
1188 String [] namelist () method in class:OptsParser.MetadataParser
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 121 milliseconds