Searched refs:OpenatForGuest (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/binary_translation/kernel_api/include/berberis/kernel_api/ |
D | open_emulation.h | 33 int OpenatForGuest(int dirfd, const char* pathname, int flags, mode_t mode);
|
D | syscall_emulation_common.h | 102 return static_cast<long>(OpenatForGuest(static_cast<int>(arg_1), // dirfd in RunGuestSyscall___NR_openat()
|
/frameworks/libs/binary_translation/kernel_api/ |
D | open_emulation.cc | 232 int OpenatForGuest(int dirfd, const char* path, int guest_flags, mode_t mode) { in OpenatForGuest() function 252 return OpenatForGuest(AT_FDCWD, path, flags, mode); in OpenForGuest()
|