Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Dunistd_emulation.cc28 ssize_t ReadLinkAtForGuest(int dirfd, const char* path, char* buf, size_t buf_size) { in ReadLinkAtForGuest()
Dopen_emulation.cc122 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/
Dsyscall_emulation.cc46 int FstatatForGuest(int dirfd, const char* path, struct stat* buf, int flags) { in FstatatForGuest()