HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 376 - 400 of 529) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/common/linux/
nfs_xdr.h 619 int (*readdir) (struct dentry *, struct rpc_cred *, member in struct:nfs_rpc_ops
  /build/libs/host/
CopyFile.c 486 ent = readdir(dir);
  /device/common/libbt/src/
hardware.c 426 while ((dp = readdir(dirp)) != NULL)
    [all...]
  /external/blktrace/btreplay/
btrecord.c 367 while ((ent = readdir(dir)) != NULL) {
  /external/grub/stage2/
jfs.h 317 * dir_table used for directory traversal during readdir
  /external/icu4c/tools/tzcode/
zdump.c 1020 while ((dir = readdir(dp)) != NULL) {
  /external/kernel-headers/original/linux/
ext3_fs.h 710 * readdir operations in hash tree order.
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 170 while ($file = readdir($dir)) {
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
php.php     [all...]
  /external/linux-tools-perf/util/
parse-events.c 499 while ((evt_ent = readdir(evt_dir))) {
  /external/llvm/device/include/llvm/Config/
config.h 317 /* Define to 1 if you have the `readdir' function. */
  /external/llvm/host/include/llvm/Config/
config.h 328 /* Define to 1 if you have the `readdir' function. */
  /external/llvm/include/llvm/Config/
config.h.cmake 315 /* Define to 1 if you have the `readdir' function. */
config.h.in 316 /* Define to 1 if you have the `readdir' function. */
  /external/llvm/lib/Support/Unix/
PathV2.inc 606 dirent *cur_dir = ::readdir(reinterpret_cast<DIR *>(it.IterationHandle));
  /external/openssh/openbsd-compat/
glob.c 690 readdirfunc = (struct dirent *(*)(void *))readdir;
  /external/openssl/crypto/
cryptlib.c 153 "readdir",
  /external/oprofile/opcontrol/
opcontrol.cpp 546 for (struct dirent* dirent; !!(dirent = readdir(dir));) {
  /external/qemu/android/utils/
timezone.c 243 while ((ent = readdir(d)) != NULL) {
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 408 AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 327 while ( (pid == 0) && ((entry=readdir(proc)) != NULL) ) {
  /external/webkit/Tools/Scripts/
bisect-builds 308 foreach my $file (readdir(DIR)) {
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 261 while ((dent = readdir(dir))) {
371 while ((dent = readdir(dir))) {
420 while ((dent = readdir(dir))) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 591 * it to implement the faster readdir
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 572 while ((dir = readdir(d)) != NULL)

Completed in 641 milliseconds

<<11121314151617181920>>