Home
last modified time | relevance | path

Searched refs:FdTable (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/debuggerd/libdebuggerd/
H A Dopen_files_list.cpp69 constexpr size_t inline_fds = sizeof(FdTable::entries) / sizeof(*FdTable::entries); in populate_fdsan_table()
71 size_t entry_offset = offsetof(FdTable, entries); in populate_fdsan_table()
84 size_t overflow_offset = offsetof(FdTable, overflow); in populate_fdsan_table()
/aosp12/bionic/libc/private/
H A Dbionic_fdsan.h63 using FdTable = FdTableImpl<128>; variable
H A Dbionic_globals.h82 FdTable fd_table;
/aosp12/bionic/libc/bionic/
H A Dfdsan.cpp115 static FdTable& GetFdTable() { in GetFdTable()