Searched defs:guest_flags (Results 1 – 2 of 2) sorted by relevance
83 int ToHostOpenFlags(int guest_flags) { in ToHostOpenFlags()112 int guest_flags = host_flags & ~kIncompatibleHostOpenFlags; in ToGuestOpenFlags() local
232 int OpenatForGuest(int dirfd, const char* path, int guest_flags, mode_t mode) { in OpenatForGuest()