Home
last modified time | relevance | path

Searched refs:linux_dirent (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.h29 struct linux_dirent;
32 uptr internal_getdents(fd_t fd, struct linux_dirent *dirp, unsigned int count);
71 struct linux_dirent* entry_;
Dsanitizer_linux.cc499 struct linux_dirent { struct
530 uptr internal_getdents(fd_t fd, struct linux_dirent *dirp, unsigned int count) { in internal_getdents()
640 entry_((struct linux_dirent *)buffer_.data()), in ThreadLister()
667 entry_ = (struct linux_dirent *)(((char *)entry_) + entry_->d_reclen); in GetNextTID()
689 (struct linux_dirent *)buffer_.data(), in GetDirectoryEntries()
698 entry_ = (struct linux_dirent *)buffer_.data(); in GetDirectoryEntries()