Searched refs:vki_dirent64 (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_libcfile.h | 97 extern Int VG_(getdents64)( Int fd, struct vki_dirent64 *dirp, UInt count );
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 893 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/ |
D | vki-solaris.h | 346 #define vki_dirent64 dirent64 macro
|
D | vki-linux.h | 1394 struct vki_dirent64 { struct
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 660 Int VG_(getdents64) (Int fd, struct vki_dirent64 *dirp, UInt count) in VG_()
|