Home
last modified time | relevance | path

Searched defs:linux_dirent64 (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getdents/
Dgetdents.h48 struct linux_dirent64 { struct
57 linux_getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size) in linux_getdents64() argument
/third_party/python/Modules/
D_posixsubprocess.c246 struct linux_dirent64 { struct
247 unsigned long long d_ino;
248 long long d_off;
249 unsigned short d_reclen; /* Length of this linux_dirent */
250 unsigned char d_type;
251 char d_name[256]; /* Filename (null-terminated) */
/third_party/glib/glib/
Dgspawn.c1323 struct linux_dirent64 struct
1325 guint64 d_ino; /* 64-bit inode number */
1326 guint64 d_off; /* 64-bit offset to next structure */
1327 unsigned short d_reclen; /* Size of this dirent */
1328 unsigned char d_type; /* File type */
1329 char d_name[]; /* Filename (null-terminated) */