Home
last modified time | relevance | path

Searched refs:getdents (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_libcfile.h93 extern Int VG_(getdents)( Int fd, struct vki_dirent *dirp, UInt count );
/external/valgrind/main/coregrind/
Dm_libcfile.c473 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count) in VG_() argument
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.stderr.exp482 (174): old getdents
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp1623 Syscall param getdents(fd) contains uninitialised byte(s)
1627 Syscall param getdents(dirp) contains uninitialised byte(s)
1631 Syscall param getdents(count) contains uninitialised byte(s)
1635 Syscall param getdents(dirp) points to unaddressable byte(s)
/external/qemu/
DChangelog570 - big endian fixes in ELF loader and getdents.
/external/strace/
DChangeLog1249 Avoid malloc(0) in getdents parsers
1250 On end of directory, getdents returns 0. This return value is used to
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c795 while ((ret = VG_(getdents)(sr_Res(f), &d, sizeof(d))) != 0) { in VG_()