/hardware/invensense/libsensors/ |
SensorBase.cpp | 22 #include <dirent.h> 97 struct dirent *de;
|
/system/core/toolbox/ |
chmod.c | 5 #include <dirent.h> 15 struct dirent *dp;
|
rm.c | 5 #include <dirent.h> 24 struct dirent *de;
|
/bionic/libc/kernel/common/linux/ |
dirent.h | 21 struct dirent { struct
|
/bootable/recovery/applypatch/ |
freecache.c | 9 #include <dirent.h> 16 struct dirent* de; 35 struct dirent* fdde; 76 struct dirent* de;
|
/device/samsung/tuna/libsensors/ |
LightSensor.cpp | 22 #include <dirent.h>
|
PressureSensor.cpp | 22 #include <dirent.h>
|
ProximitySensor.cpp | 22 #include <dirent.h>
|
/external/e2fsprogs/lib/ext2fs/ |
dblist_dir.c | 30 struct ext2_dir_entry *dirent,
|
ext2fsP.h | 53 struct ext2_dir_entry *dirent,
|
/external/oprofile/libutil/ |
op_file.c | 15 #include <dirent.h> 89 struct dirent * ent, 120 * and whether the current dirent matches the filter. There are 6 possible 134 struct dirent * ent;
|
/external/skia/include/core/ |
SkOSFile.h | 17 #include <dirent.h>
|
/frameworks/av/media/libeffects/factory/ |
EffectsFactory.h | 22 #include <dirent.h>
|
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | 26 #include <dirent.h> 61 struct dirent *de; 856 struct dirent *dirent; local 877 if((dirent = readdir(dir)) != NULL) 881 BTIF_TRACE_DEBUG1("bta_fs_co_getdirentry: dirent = %p", dirent); 885 BTIF_TRACE_DEBUG1("bta_fs_co_getdirentry: dirent = %p", dirent); 893 if ((dirent = readdir((DIR*)p_entry->refdata)) == NULL [all...] |
/bootable/recovery/minui/ |
events.c | 20 #include <dirent.h> 51 struct dirent *de;
|
/development/ndk/platforms/android-3/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])
|
/device/samsung/manta/libsensors/ |
SensorBase.cpp | 24 #include <dirent.h> 109 const struct dirent *ent;
|
/external/dhcpcd/ |
ifaddrs.c | 25 #include <dirent.h> 99 struct dirent *de;
|
/external/openssl/crypto/ |
LPdir_unix.c | 33 #include <dirent.h> 67 struct dirent *direntry = NULL;
|
/external/qemu/android/utils/ |
dirscanner.c | 91 #include <dirent.h> 95 struct dirent* entry;
|
/frameworks/av/media/libstagefright/id3/ |
testid3.cpp | 22 #include <dirent.h> 127 struct dirent *ent;
|
/frameworks/base/core/jni/ |
android_server_Watchdog.cpp | 23 #include <dirent.h> 81 struct dirent * ent;
|
/hardware/invensense/libsensors_iio/ |
SensorBase.cpp | 22 #include <dirent.h>
104 struct dirent *de;
|
/prebuilts/ndk/4/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])
|
/prebuilts/ndk/4/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])
|