HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 576 - 600 of 1292) sorted by null

<<21222324252627282930>>

  /external/squashfs-tools/kernel/Documentation/filesystems/
squashfs.txt 37 "." and ".." in readdir: yes no
  /external/swiftshader/third_party/LLVM/autoconf/m4/
ltdl.m4 90 AC_CHECK_FUNCS([closedir opendir readdir])
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
PathV2.inc 465 dirent *cur_dir = ::readdir(reinterpret_cast<DIR *>(it.IterationHandle));
  /external/swiftshader/third_party/LLVM/utils/
GenLibDeps.pl 70 my @files = readdir DIR;
  /external/syslinux/core/fs/ufs/
ufs.c 482 .readdir = ufs_readdir,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_diagnostics.cc 182 while (dirent *entity = readdir(dir)) {
  /external/toybox/toys/net/
netstat.c 253 while ((entry = readdir(dp))) {
  /external/toybox/toys/pending/
lsof.c 376 while ((de = readdir(dir))) {
  /frameworks/base/cmds/incidentd/src/
Reporter.cpp 305 while ((entry = readdir(dir)) != NULL) {
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 77 while ((dirent = readdir(dir))) {
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 411 while ((e = readdir(d)) != NULL) {
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 347 while ((entry = readdir(dir.get())) != nullptr)
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 292 while ((in_file = readdir(dp)) != NULL) {
  /hardware/qcom/bootctrl/
boot_control.cpp 266 while ((de = readdir(dir_bootdev))) {
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 222 * FUSE_DO_READDIRPLUS: do READDIRPLUS (READDIR+LOOKUP in one)
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 229 * FUSE_DO_READDIRPLUS: do READDIRPLUS (READDIR+LOOKUP in one)
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 245 while ((dr = readdir(dir))) {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileSystemProvider.java 419 // opendir/readdir/closedir
  /packages/experimental/procstatlog/
procstatlog.c 234 while ((proc_entry = readdir(proc_dir))) {
  /prebuilts/gdb/darwin-x86/share/gdb/syscalls/
i386-linux.xml 106 <syscall name="readdir" number="89"/>
mips-o32-linux.xml 101 <syscall name="readdir" number="4089"/>
ppc-linux.xml 106 <syscall name="readdir" number="89"/>
ppc64-linux.xml 106 <syscall name="readdir" number="89"/>
s390-linux.xml 90 <syscall name="readdir" number="89"/>
s390x-linux.xml 76 <syscall name="readdir" number="89"/>

Completed in 1393 milliseconds

<<21222324252627282930>>