HomeSort by relevance Sort by last modified time
    Searched refs:dirent (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /bionic/libc/kernel/common/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /bionic/libthread_db/
libthread_db.c 5 #include <dirent.h>
158 struct dirent * entry;
  /build/tools/atree/
fs.cpp 5 #include <dirent.h>
55 struct dirent *ent;
67 // If dirent.d_type is missing, then use stat instead
  /build/tools/dexpreopt/afar/
main.c 24 #include <dirent.h>
122 struct dirent *de;
  /external/bluetooth/glib/glib/
gdir.c 4 * gdir.c: Simplified wrapper around the DIRENT functions.
34 #include <dirent.h>
45 #include "../build/win32/dirent/dirent.h"
46 #include "../build/win32/dirent/wdirent.c"
189 struct dirent *entry;
  /external/e2fsprogs/debugfs/
ncheck.c 35 static int ncheck_proc(struct ext2_dir_entry *dirent,
48 if (iw->iarray[i].ino == dirent->inode) {
  /external/e2fsprogs/lib/blkid/
devno.c 26 #include <dirent.h>
102 struct dirent *dp;
  /external/e2fsprogs/lib/ext2fs/
finddev.c 26 #include <dirent.h>
81 struct dirent *dp;
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 19 #include <dirent.h>
77 while (struct dirent *entry = readdir(dir)) {
  /frameworks/base/media/libmedia/
MediaScanner.cpp 20 #include <dirent.h>
102 struct dirent* entry;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
msdos_fs.h 90 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
91 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct dirent [2])
  /system/vold/
main.cpp 25 #include <dirent.h>
127 struct dirent *de;
  /external/dropbear/
includes.h 58 #include <dirent.h>
  /frameworks/base/cmds/installd/
utils.c 76 struct dirent *de;
  /system/core/adb/
usb_linux_client.c 24 #include <dirent.h>
  /system/core/run-as/
run-as.c 26 #include <dirent.h>
  /system/core/toolbox/
schedtop.c 10 #include <dirent.h>
157 struct dirent *de;
196 struct dirent *de;
273 struct dirent *de;
  /external/bluetooth/bluez/compat/
dun.c 36 #include <dirent.h>
94 struct dirent *de;
121 struct dirent *de;
  /external/clearsilver/util/
neo_files.c 22 #include <dirent.h>
144 struct dirent *de;
214 struct dirent *de;
  /external/e2fsprogs/misc/
chattr.c 24 #include <dirent.h>
183 static int chattr_dir_proc (const char *, struct dirent *, void *);
246 static int chattr_dir_proc (const char * dir_name, struct dirent * de,

Completed in 331 milliseconds

1 2 34 5 6 7 8 910