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

1 2 34 5 6 7 8 91011>>

  /system/core/toolbox/
rm.c 5 #include <dirent.h>
21 struct dirent *de;
chmod.c 5 #include <dirent.h>
15 struct dirent *dp;
  /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;
gdir.h 4 * gdir.c: Simplified wrapper around the DIRENT functions.
  /external/oprofile/gui/
oprof_start_util.cpp 12 #include <dirent.h>
65 struct dirent * dirent; local
72 while ((dirent = readdir(dir))) {
75 + dirent->d_name + "/exe");
80 daemon_pid = dirent->d_name;
  /external/oprofile/pp/
oparchive.cpp 21 #include <dirent.h>
61 struct dirent * dirent; local
82 while ((dirent = readdir(dir))) {
85 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
87 path = string(dirent->d_name) + "/" + "sample_lost_overflow";
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 23 #include <dirent.h>
202 struct dirent * dirent; local
211 while ((dirent = readdir(dir))) {
212 if (sscanf(dirent->d_name, "%u", &pid) == 1) {
  /build/tools/atree/
fs.cpp 7 #include <dirent.h>
57 struct dirent *ent;
69 // If dirent.d_type is missing, then use stat instead
  /external/e2fsprogs/debugfs/
dump.c 291 static int rdump_dirent(struct ext2_dir_entry *dirent,
301 thislen = ((dirent->name_len & 0xFF) < EXT2_NAME_LEN
302 ? (dirent->name_len & 0xFF) : EXT2_NAME_LEN);
303 strncpy(name, dirent->name, thislen);
306 if (debugfs_read_inode(dirent->inode, &inode, name))
309 rdump_inode(dirent->inode, &inode, name, dumproot);
  /frameworks/base/include/media/
mediascanner.h 26 struct dirent;
72 struct dirent* entry, char* fileSpot);
  /frameworks/base/tools/aapt/
FileFinder.cpp 12 #include <dirent.h>
54 struct dirent* entry;
  /hardware/invensense/libsensors/
SensorBase.cpp 22 #include <dirent.h>
97 struct dirent *de;
  /system/netd/
main.cpp 27 #include <dirent.h>
92 struct dirent *de;
  /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/
PressureSensor.cpp 22 #include <dirent.h>
ProximitySensor.cpp 22 #include <dirent.h>
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 31 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;
  /frameworks/base/media/libeffects/factory/
EffectsFactory.h 22 #include <dirent.h>
  /external/bluetooth/glib/build/win32/dirent/
dirent.c 2 * dirent.c
23 #include "dirent.h"
40 #define _tdirent dirent
132 /* Initialize the dirent structure. ino and reclen are invalid under
147 * Return a pointer to a dirent structure filled with the information on the
  /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])
  /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])
  /external/dhcpcd/
ifaddrs.c 25 #include <dirent.h>
98 struct dirent *de;
  /external/openssl/crypto/
LPdir_unix.c 33 #include <dirent.h>
67 struct dirent *direntry = NULL;

Completed in 387 milliseconds

1 2 34 5 6 7 8 91011>>