Home
last modified time | relevance | path

Searched refs:vki_dirent64 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/include/
Dpub_tool_libcfile.h97 extern Int VG_(getdents64)( Int fd, struct vki_dirent64 *dirp, UInt count );
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c893 struct vki_dirent64 d; in VG_()
940 while ((ret = VG_(getdents64)(sr_Res(f), (struct vki_dirent64 *) buf, in VG_()
945 struct vki_dirent64 *d = (struct vki_dirent64 *) (buf + i); in VG_()
3404 unsigned int, fd, struct vki_dirent64 *, dirp, in PRE()
/external/valgrind/include/vki/
Dvki-solaris.h346 #define vki_dirent64 dirent64 macro
Dvki-linux.h1394 struct vki_dirent64 { struct
/external/valgrind/coregrind/
Dm_libcfile.c660 Int VG_(getdents64) (Int fd, struct vki_dirent64 *dirp, UInt count) in VG_()