Searched defs:dirfd (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/binary_translation/kernel_api/ |
D | unistd_emulation.cc | 28 ssize_t ReadLinkAtForGuest(int dirfd, const char* path, char* buf, size_t buf_size) { in ReadLinkAtForGuest()
|
D | open_emulation.cc | 122 int OpenatProcSelfMapsForGuest(int dirfd, int flags, mode_t mode) { in OpenatProcSelfMapsForGuest() 232 int OpenatForGuest(int dirfd, const char* path, int guest_flags, mode_t mode) { in OpenatForGuest()
|
/frameworks/libs/binary_translation/kernel_api/riscv64/ |
D | syscall_emulation.cc | 46 int FstatatForGuest(int dirfd, const char* path, struct stat* buf, int flags) { in FstatatForGuest()
|