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

1 2

  /bootable/recovery/otautil/
ThermalUtil.cpp 41 dirent** namelist; local
42 int n = scandir(THERMAL_PREFIX, &namelist, thermal_filter, alphasort);
54 thermal_paths.push_back(THERMAL_PREFIX + std::string(namelist[n]->d_name) + "/temp");
55 free(namelist[n]);
57 free(namelist);
  /bionic/libc/bionic/
icu.cpp 59 dirent** namelist = nullptr; local
60 int n = scandir("/system/usr/icu", &namelist, &__icu_dat_file_filter, alphasort);
64 int version = atoi(&namelist[n]->d_name[strlen("icudt")]);
66 free(namelist[n]);
68 free(namelist);
  /bootable/recovery/tests/manual/
recovery_test.cpp 116 dirent** namelist; local
117 int n = scandir(dir_path.c_str(), &namelist, png_filter, alphasort);
127 std::string file_path = dir_path + namelist[n]->d_name;
129 free(namelist[n]);
131 free(namelist);
  /bootable/recovery/update_verifier/
update_verifier.cpp 85 dirent** namelist; local
86 int n = scandir(DM_PATH_PREFIX, &namelist, dm_name_filter, alphasort);
98 std::string path = DM_PATH_PREFIX + std::string(namelist[n]->d_name) + DM_PATH_SUFFIX;
103 dm_block_device = DEV_PATH + std::string(namelist[n]->d_name);
105 free(namelist[n]);
109 free(namelist[n]);
111 free(namelist);
  /external/ltp/tools/pounder21/
run.c 610 struct dirent **namelist; local
620 i = scandir(fname, &namelist, test_filter,
629 test_level_num = ((namelist[i]->d_name[1] - '0') * 10)
630 + (namelist[i]->d_name[2] - '0');
642 namelist[i]->d_name);
662 free(namelist[i]);
666 note_child(pid, buf, namelist[i]->d_name[0]);
668 free(namelist[i]);
670 free(namelist);
  /external/selinux/libselinux/src/
booleans.c 43 struct dirent **namelist; local
56 *len = scandir(path, &namelist, &filename_select, alphasort);
68 n[i] = strdup(namelist[i]->d_name);
78 free(namelist[i]);
80 free(namelist);
  /external/openssh/
ssh-keyscan.c 354 char *namebase, *name, *namelist; local
357 namebase = namelist = xstrdup(iname);
360 name = xstrsep(&namelist, ",");
376 fdcon[s].c_namelist = namelist;
643 "\t\t [host | addrlist namelist] ...\n",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 872 def namelist(self): member in class:ZipFile
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 820 def namelist(self): member in class:ZipFile
    [all...]
tarfile.py 2550 def namelist(self): member in class:TarFileCompat
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 247 static int getall(struct listentry ** namelist);
357 listentry * namelist = NULL; local
497 count = getall(&namelist);
509 fakeargv[i + argc] = namelist->name;
510 namelist = namelist->next;
674 struct listentry * entry = namelist;
1029 static int getall(struct listentry ** namelist) {
1036 *namelist = dummyentry.next;
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /system/extras/ext4_utils/
make_ext4fs.c 157 struct dirent **namelist = NULL; local
167 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
175 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
187 if (strcmp(namelist[i]->d_name, "lost+found") == 0)
198 dentries[i].filename = strdup(namelist[i]->d_name);
202 asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
203 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
205 free(namelist[i]);
272 free(namelist);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 132 String namelist = null; local
149 namelist = args[++i];
163 File f = new File(namelist.substring(1));
191 if (namelist != null) {
193 if (namelist.charAt(0) == '@') { // a file
197 File f = new File(namelist.substring(1));
221 names = namelist.split("\\s*;\\s*");
  /external/selinux/libsemanage/src/
semanage_store.c 806 struct dirent **namelist = NULL; local
808 if ((num_entries = scandir(path, &namelist, semanage_filename_select,
815 snprintf(s, sizeof(s), "%s/%s", path, namelist[i]->d_name);
829 free(namelist[i]);
831 free(namelist);
    [all...]
  /external/elfutils/src/
elflint.c 3220 struct namelist struct
3224 } *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 

Completed in 1257 milliseconds

1 2