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

  /external/libselinux/src/
booleans.c 40 struct dirent **namelist; local
50 *len = scandir(path, &namelist, &filename_select, alphasort);
62 n[i] = strdup(namelist[i]->d_name);
72 free(namelist[i]);
74 free(namelist);
  /external/qemu/distrib/libselinux/src/
booleans.c 40 struct dirent **namelist; local
50 *len = scandir(path, &namelist, &filename_select, alphasort);
62 n[i] = strdup(namelist[i]->d_name);
72 free(namelist[i]);
74 free(namelist);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread_map.c 27 struct dirent **namelist = NULL; local
31 items = scandir(name, &namelist, filter, NULL);
38 threads->map[i] = atoi(namelist[i]->d_name);
43 free(namelist[i]);
44 free(namelist);
66 struct dirent dirent, *next, **namelist = NULL; local
96 items = scandir(path, &namelist, filter, NULL);
117 threads->map[threads->nr + i] = atoi(namelist[i]->d_name);
120 free(namelist[i]);
121 free(namelist);
162 struct dirent **namelist = NULL; local
    [all...]
machine.c 565 struct dirent **namelist = NULL; local
578 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
582 if (!isdigit(namelist[i]->d_name[0])) {
586 pid = (pid_t)strtol(namelist[i]->d_name, &endp, 10);
588 (endp == namelist[i]->d_name) ||
591 namelist[i]->d_name);
596 namelist[i]->d_name);
605 free(namelist);
    [all...]
probe-event.c 1830 struct strlist *namelist; local
2134 struct strlist *namelist = NULL, *unamelist = NULL; local
    [all...]
  /device/samsung/manta/power/
power_manta.c 119 struct dirent **namelist; local
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs.c 134 struct dirent **namelist = NULL; local
144 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
154 if (strcmp(namelist[i]->d_name, "lost+found") == 0)
165 dentries[i].filename = strdup(namelist[i]->d_name);
169 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
170 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
172 free(namelist[i]);
235 free(namelist);
  /system/extras/ext4_utils/
make_ext4fs.c 134 struct dirent **namelist = NULL; local
144 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
154 if (strcmp(namelist[i]->d_name, "lost+found") == 0)
165 dentries[i].filename = strdup(namelist[i]->d_name);
169 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
170 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
172 free(namelist[i]);
239 free(namelist);
  /external/chromium_org/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/icu/icu4c/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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 868 def namelist(self): member in class:ZipFile
    [all...]
tarfile.py 2548 def namelist(self): member in class:TarFileCompat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 868 def namelist(self): member in class:ZipFile
    [all...]
tarfile.py 2548 def namelist(self): member in class:TarFileCompat
    [all...]
  /external/elfutils/0.153/src/
elflint.c 2987 struct namelist struct
2991 } *namelist = NULL; local
    [all...]
  /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 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 1344 milliseconds