HomeSort by relevance Sort by last modified time
    Searched refs:dirent (Results 251 - 275 of 754) sorted by null

<<11121314151617181920>>

  /external/syslinux/core/fs/fat/
fat.c 5 #include <sys/dirent.h>
589 static int vfat_readdir(struct file *file, struct dirent *dirent)
649 if (name_len > 0 && name_len < sizeof(dirent->d_name))
711 dirent->d_ino = de->first_cluster_low | (de->first_cluster_high << 16);
712 dirent->d_off = file->offset;
713 dirent->d_reclen = offsetof(struct dirent, d_name) + name_len;
714 dirent->d_type = get_inode_mode(de->attr);
715 memcpy(dirent->d_name, filename, name_len)
    [all...]
  /external/iproute2/ip/
ipnetns.c 12 #include <dirent.h>
212 struct dirent *entry;
239 struct dirent *entry;
335 struct dirent *entry;
421 struct dirent *entry;
477 struct dirent *entry;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
iio_utils.h 16 #include <dirent.h>
109 const struct dirent *ent;
203 const struct dirent *ent;
286 const struct dirent *ent;
647 const struct dirent *ent;
676 const struct dirent *ent;
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 18 #include <dirent.h>
234 struct dirent* file;
313 struct dirent* file;
378 struct dirent* file;
605 struct dirent* test_dir;
616 struct dirent* trace_file;
  /bionic/libc/kernel/uapi/linux/
fuse.h 439 struct fuse_dirent dirent; member in struct:fuse_direntplus
441 #define FUSE_NAME_OFFSET_DIRENTPLUS offsetof(struct fuse_direntplus, dirent.name)
442 #define FUSE_DIRENTPLUS_SIZE(d) FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
  /external/f2fs-tools/fsck/
sload.c 17 #include <dirent.h>
39 static int filter_dot(const struct dirent *d)
175 struct dirent **namelist = NULL;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 15 #include <dirent.h>
67 const struct dirent *ent;
312 const struct dirent *ent;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 9 #include <dirent.h>
59 const struct dirent *ent;
304 const struct dirent *ent;
  /hardware/qcom/msm8994/kernel-headers/linux/
fuse.h 524 struct fuse_dirent dirent; member in struct:fuse_direntplus
526 #define FUSE_NAME_OFFSET_DIRENTPLUS offsetof(struct fuse_direntplus, dirent.name)
527 #define FUSE_DIRENTPLUS_SIZE(d) FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 685 struct fuse_dirent dirent; member in struct:fuse_direntplus
689 offsetof(struct fuse_direntplus, dirent.name)
691 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
  /hardware/qcom/msm8996/kernel-headers/linux/
fuse.h 544 struct fuse_dirent dirent; member in struct:fuse_direntplus
546 #define FUSE_NAME_OFFSET_DIRENTPLUS offsetof(struct fuse_direntplus, dirent.name)
547 #define FUSE_DIRENTPLUS_SIZE(d) FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 711 struct fuse_dirent dirent; member in struct:fuse_direntplus
715 offsetof(struct fuse_direntplus, dirent.name)
717 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
  /system/core/libmemunreachable/
ThreadCapture.cpp 136 linux_dirent64* dirent = reinterpret_cast<linux_dirent64*>(dirent_buf + off); local
137 off += dirent->d_reclen;
138 pid_t tid = atoi(dirent->d_name);
  /system/core/libprocessgroup/
processgroup.cpp 21 #include <dirent.h>
116 dirent* dir;
141 dirent* dir;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8424/
poc.c 22 #include <dirent.h>
  /cts/hostsidetests/security/securityPatch/CVE-2016-8434/
poc.c 21 #include <dirent.h>
  /device/google/cuttlefish_common/common/libs/fs/
gce_fs.cpp 33 #include <dirent.h>
  /external/autotest/client/profilers/powertop/src/
suggestions.c 31 #include <dirent.h>
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.cc 35 struct dirent* child_dir;
  /external/e2fsprogs/lib/blkid/
devname.c 29 #include <dirent.h>
127 struct dirent *de, *d_de;
305 struct dirent *vg_iter;
318 struct dirent *lv_iter;
  /external/kmod/testsuite/
delete_module.c 19 #include <dirent.h>
test-testsuite.c 18 #include <dirent.h>
  /external/libchrome/base/process/
process_iterator_linux.cc 96 dirent* slot = readdir(procfs_dir_);
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 24 #include <dirent.h>
89 keyboard_new(struct dirent *ent, struct xkb_keymap *keymap,
170 filter_device_name(const struct dirent *ent)
180 struct dirent **ents;
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 27 #include <dirent.h>

Completed in 837 milliseconds

<<11121314151617181920>>