HomeSort by relevance Sort by last modified time
    Searched refs:scandir (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dirent.h 252 extern int scandir (__const char *__restrict __dir,
260 extern int __REDIRECT (scandir,
268 # define scandir scandir64 macro
273 /* This function is like `scandir' but it uses the 64bit dirent structure.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 256 extern int scandir (__const char *__restrict __dir,
264 extern int __REDIRECT (scandir,
272 # define scandir scandir64 macro
277 /* This function is like `scandir' but it uses the 64bit dirent structure.
288 /* Similar to `scandir' but a relative DIR name is interpreted relative
314 /* This function is like `scandir' but it uses the 64bit dirent structure.
  /bionic/tests/
dirent_test.cpp 54 int entry_count = scandir("/proc/self", &entries, NULL, alphasort);
74 // scandir64 returned the same results as scandir.
87 int entry_count = scandir("/proc/self", &entries, NULL, alphasort);
103 // scandirat and scandirat64 should return the same results as scandir.
119 ASSERT_EQ(-1, scandir("/does-not-exist", &entries, nullptr, nullptr));
  /bootable/recovery/tests/manual/
recovery_test.cpp 117 int n = scandir(dir_path.c_str(), &namelist, png_filter, alphasort);
  /bootable/recovery/update_verifier/
update_verifier.cpp 86 int n = scandir(DM_PATH_PREFIX, &namelist, dm_name_filter, alphasort);
  /external/wpa_supplicant_8/hs20/server/www/
users.php 195 $files = scandir("$osu_root/spp/policy");
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 606 void scandir(string dirname, string prefix="") { function
621 scandir(path, prefix + name + "/");
645 void scandir(string dir, string prefix="") { function
670 // scandir(path, prefix + name + "/");
698 scandir(subdirs[i], subdirs[i+1]);
    [all...]
  /external/ltp/tools/pounder21/
run.c 620 i = scandir(fname, &namelist, test_filter,
  /external/selinux/libselinux/src/
booleans.c 56 *len = scandir(path, &namelist, &filename_select, alphasort);
  /external/selinux/libsemanage/src/
semanage_store.c 680 /* Callback used by scandir() to select files. */
762 if ((len = scandir(src, &names, semanage_filename_select, NULL)) == -1) {
808 if ((num_entries = scandir(path, &namelist, semanage_filename_select,
    [all...]
direct_api.c     [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 167 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
170 /* The scandir function implemented in glibc has a bug that makes it
172 As a workaround we can retry the scandir call with the same arguments.
175 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
178 error_errno("scandir");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 487 #define scandir _scandir
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 919 n = scandir(buf, &names, NULL, alphasort);
    [all...]
  /external/bison/
maint.mk 683 _de2 = (versionsort|struct dirent|getdirentries|alphasort|scandir(at)?)(64)?
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/misc/common/robolectric/lib/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 

Completed in 1726 milliseconds

1 2 3 45 6