HomeSort by relevance Sort by last modified time
    Searched refs:dirent (Results 176 - 200 of 505) sorted by null

1 2 3 4 5 6 78 91011>>

  /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);
  /bootable/recovery/tools/ota/
check-lost+found.c 17 #include <dirent.h>
105 struct dirent *ent;
  /device/samsung/manta/libsensors/
SensorBase.cpp 24 #include <dirent.h>
109 const struct dirent *ent;
  /external/icu4c/tools/toolutil/
filetools.cpp 20 #include <dirent.h>
21 typedef struct dirent DIRENT;
48 DIRENT *dirEntry = NULL;
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 33 #include <dirent.h>
48 struct dirent *ent;
  /external/qemu/android/utils/
dirscanner.c 91 #include <dirent.h>
95 struct dirent* entry;
  /external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp 41 #include <dirent.h>
136 struct dirent* de;
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 22 #include <dirent.h>
127 struct dirent *ent;
  /system/core/netcfg/
netcfg.c 21 #include <dirent.h>
79 struct dirent *de;
  /system/core/toolbox/
wipe.c 4 #include <dirent.h>
84 struct dirent *de;
chown.c 5 #include <dirent.h>
  /system/extras/libpagemap/
pm_kernel.c 17 #include <dirent.h>
64 struct dirent *dir;
  /system/netd/
InterfaceController.cpp 21 #include <dirent.h>
154 struct dirent *d;
PppController.cpp 27 #include <dirent.h>
139 struct dirent *de;
  /external/oprofile/opcontrol/
opcontrol.cpp 30 #include <dirent.h>
493 for (struct dirent* dirent; !!(dirent = readdir(dir));) {
494 if (strlen(dirent->d_name) >= 4 && memcmp(dirent->d_name, "cpu", 3) == 0) {
497 strcat(cpupath, dirent->d_name);
502 printf(" %s %9u samples received\n", dirent->d_name, num);
507 printf(" %s %9u samples lost overflow\n", dirent->d_name, num);
512 printf(" %s %9u samples invalid eip\n", dirent->d_name, num)
    [all...]
  /bootable/recovery/
adb_install.cpp 18 #include <dirent.h>
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 30 struct ext2_dir_entry *dirent,
  /external/skia/include/core/
SkOSFile.h 18 #include <dirent.h>
  /external/skia/legacy/include/core/
SkOSFile.h 17 #include <dirent.h>
  /external/webkit/Source/WebCore/platform/android/
FileSystemAndroid.cpp 33 #include <dirent.h>
  /frameworks/av/media/mtp/
MtpStorage.cpp 27 #include <dirent.h>
  /frameworks/base/tools/aapt/tests/
MockDirectoryWalker.h 42 virtual struct dirent* nextEntry() {
  /external/e2fsprogs/e2fsck/
pass3.c 600 static int fix_dotdot_proc(struct ext2_dir_entry *dirent,
610 if ((dirent->name_len & 0xFF) != 2)
612 if (strncmp(dirent->name, "..", 2))
617 retval = e2fsck_adjust_inode_count(fp->ctx, dirent->inode, -1);
627 dirent->inode = fp->parent;
630 dirent->name_len = (dirent->name_len & 0xFF) |
633 dirent->name_len = dirent->name_len & 0xFF;
  /external/oprofile/libpp/
profile_spec.cpp 16 #include <dirent.h>
459 struct dirent * dirent; local
472 while ((dirent = readdir(dir)) && !ret) {
475 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
477 path = stats_path + dirent->d_name + "/";
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 16 #include <dirent.h>
109 const struct dirent *ent;
203 const struct dirent *ent;
286 const struct dirent *ent;
590 const struct dirent *ent;
619 const struct dirent *ent;

Completed in 723 milliseconds

1 2 3 4 5 6 78 91011>>