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

  /bionic/libc/unistd/
opendir.c 217 int scandir(const char *dir, struct dirent ***namelist, function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dirent.h 250 extern int scandir (__const char *__restrict __dir,
257 extern int __REDIRECT (scandir,
264 # define scandir scandir64 macro
269 /* This function is like `scandir' but it uses the 64bit dirent structure.
  /external/icu4c/tools/tzcode/
tz2icu.cpp 605 void scandir(string dirname, string prefix="") { function
620 scandir(path, prefix + name + "/");
644 void scandir(string dir, string prefix="") { function
669 // scandir(path, prefix + name + "/");
697 scandir(subdirs[i], subdirs[i+1]);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 330 milliseconds