Searched refs:FdEntry (Results 1 – 2 of 2) sorted by relevance
41 struct FdEntry { struct47 FdEntry entries[0];57 FdEntry entries[inline_fds];60 FdEntry* at(size_t idx);
55 FdEntry* FdTableImpl<inline_fds>::at(size_t idx) { in at()80 size_t required_size = sizeof(FdTableOverflow) + required_count * sizeof(FdEntry); in at()82 size_t aligned_count = (aligned_size - sizeof(FdTableOverflow)) / sizeof(FdEntry); in at()144 static FdEntry* GetFdEntry(int fd) { in GetFdEntry()270 FdEntry* fde = GetFdEntry(fd); in android_fdsan_close_with_tag()311 FdEntry* fde = GetFdEntry(fd); in android_fdsan_get_owner_tag()319 FdEntry* fde = GetFdEntry(fd); in android_fdsan_exchange_owner_tag()