/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);
|
/cts/tests/tests/os/jni/ |
android_os_cts_SPMITest.cpp | 31 struct dirent **namelist = NULL; local 33 int n = scandir(path, &namelist, NULL, NULL); 40 if (strstr(namelist[i]->d_name, "ffffffc") != NULL) { 45 free(namelist[n]); 47 free(namelist);
|
/bootable/recovery/tests/component/ |
resources_test.cpp | 53 dirent** namelist; local 54 int n = scandir(dir_path.c_str(), &namelist, png_filter, alphasort); 64 std::string file_path = dir_path + namelist[n]->d_name; 66 free(namelist[n]); 68 free(namelist);
|
/external/linux-kselftest/tools/testing/selftests/ia64/ |
aliasing-test.c | 67 struct dirent **namelist; local 72 n = scandir(path, &namelist, 0, alphasort); 79 name = namelist[i]->d_name; 114 free(namelist[i]); 116 free(namelist); 152 struct dirent **namelist; local 157 n = scandir(path, &namelist, 0, alphasort); 164 name = namelist[i]->d_name; 203 free(namelist[i]); 205 free(namelist); [all...] |
/external/f2fs-tools/fsck/ |
sload.c | 175 struct dirent **namelist = NULL; local 178 entries = scandir(full_path, &namelist, filter_dot, (void *)alphasort); 189 dentries[i].name = (unsigned char *)strdup(namelist[i]->d_name); 197 dir_path, namelist[i]->d_name); 200 full_path, namelist[i]->d_name); 202 free(namelist[i]); 209 free(namelist);
|
/bootable/recovery/update_verifier/ |
update_verifier.cpp | 94 dirent** namelist; local 95 int n = scandir(DM_PATH_PREFIX, &namelist, dm_name_filter, alphasort); 109 std::string path = DM_PATH_PREFIX + std::string(namelist[n]->d_name) + DM_PATH_SUFFIX; 129 dm_block_devices.emplace(dm_block_name, DEV_PATH + std::string(namelist[n]->d_name)); 131 free(namelist[n]); 133 free(namelist);
|
/external/selinux/libselinux/src/ |
booleans.c | 43 struct dirent **namelist; local 56 *len = scandir(path, &namelist, &filename_select, alphasort); 69 n[i] = strdup(namelist[i]->d_name); 79 free(namelist[i]); 81 free(namelist);
|
/external/openssh/ |
ssh-keyscan.c | 397 char *namebase, *name, *namelist; local 400 namebase = namelist = xstrdup(iname); 403 name = xstrsep(&namelist, ","); 420 fdcon[s].c_namelist = namelist; 687 "\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/chromium-trace/catapult/third_party/zipfile/ |
zipfile_2_7_13.py | 875 def namelist(self): member in class:ZipFile [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
zdump.c | 248 static int getall(struct listentry ** namelist); 358 listentry * namelist = NULL; local 498 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;
|
/external/python/cpython2/Lib/ |
zipfile.py | 872 def namelist(self): member in class:ZipFile [all...] |
tarfile.py | 2587 def namelist(self): member in class:TarFileCompat [all...] |
/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/python/cpython3/Lib/ |
zipfile.py | 1359 def namelist(self): member in class:ZipFile [all...] |
/external/selinux/libsemanage/src/ |
semanage_store.c | 834 struct dirent **namelist = NULL; local 836 if ((num_entries = scandir(path, &namelist, semanage_filename_select, 843 snprintf(s, sizeof(s), "%s/%s", path, namelist[i]->d_name); 857 free(namelist[i]); 859 free(namelist); [all...] |
/external/elfutils/src/ |
elflint.c | 3252 struct namelist struct 3256 } *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 | |