HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 76 - 100 of 456) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
dirent.h 66 extern struct dirent* readdir(DIR* dirp);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
dirent.h 66 extern struct dirent* readdir(DIR* dirp);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
dirent.h 66 extern struct dirent* readdir(DIR* dirp);
  /system/core/toolbox/
chmod.c 24 while ((dp = readdir(dir)) != NULL) {
ps.c 183 while((de = readdir(d)) != 0){
228 while((de = readdir(d)) != 0){
ls.c 102 while ((de = readdir(d)) != 0) {
278 while((de = readdir(d)) != 0){
294 while ((de = readdir(d)) != 0) {
wipe.c 103 de = readdir(dir);
  /system/netd/
main.cpp 103 while((de = readdir(d))) {
  /bionic/libc/unistd/
opendir.c 140 readdir(DIR * dir) function
232 while ((this_de = readdir(d)) != NULL) {
  /external/bluetooth/glib/glib/
gdir.c 217 entry = readdir (dir->dirp);
221 entry = readdir (dir->dirp);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 89 dp = readdir(dir);
113 dp = readdir(dir);
  /system/vold/
Process.cpp 99 while ((de = readdir(dir))) {
189 while ((de = readdir(dir))) {
  /bootable/recovery/minui/
events.c 56 while((de = readdir(dir))) {
  /build/tools/atree/
fs.cpp 58 while (NULL != (ent = readdir(d))) {
  /device/moto/stingray/ril/
qbpfs 
  /external/dhcpcd/
ifaddrs.c 112 while ((de = readdir(d))) {
  /external/e2fsprogs/lib/blkid/
devname.c 132 while ((de = readdir(dir)) != NULL) {
141 while ((d_de = readdir(d_dir)) != NULL) {
312 while ((vg_iter = readdir(vg_list)) != NULL) {
331 while ((lv_iter = readdir(lv_list)) != NULL) {
  /external/icu4c/tools/toolutil/
filetools.cpp 49 while ((dirEntry = readdir(pDir)) != NULL) {
  /external/openssl/crypto/
LPdir_unix.c 97 direntry = readdir((*ctx)->dir);
  /external/oprofile/daemon/
opd_stats.c 68 while ((dirent = readdir(dir))) {
  /external/qemu/android/utils/
dirscanner.c 130 s->entry = readdir(s->dir);
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 82 while ((ent = readdir(taskdir)) != NULL) {
  /frameworks/base/include/utils/
AssetDir.h 33 * than modeling opendir/readdir access because it's simpler and the
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 128 while ((ent = readdir(dir)) != NULL) {
  /system/core/netcfg/
netcfg.c 84 while((de = readdir(d))) {

Completed in 823 milliseconds

1 2 34 5 6 7 8 91011>>