HomeSort by relevance Sort by last modified time
    Searched defs:linux_dirent64 (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/getdents/
getdents.h 43 struct linux_dirent64 { struct
52 getdents64(unsigned int fd, struct linux_dirent64 *dirp64, unsigned int size)
  /system/core/libmemunreachable/
ThreadCapture.cpp 119 struct linux_dirent64 { struct
136 linux_dirent64* dirent = reinterpret_cast<linux_dirent64*>(dirent_buf + off);
  /external/python/cpython3/Modules/
_posixsubprocess.c 247 struct linux_dirent64 { struct
281 char buffer[sizeof(struct linux_dirent64)];
284 (struct linux_dirent64 *)buffer,
286 struct linux_dirent64 *entry;
290 entry = (struct linux_dirent64 *)(buffer + offset);

Completed in 223 milliseconds