Searched refs:gOpenFdTable (Results 1 – 1 of 1) sorted by relevance
332 static FileDescriptorTable* gOpenFdTable = nullptr; variable2449 if (gOpenFdTable == nullptr) { in ForkCommon()2450 gOpenFdTable = FileDescriptorTable::Create(fds_to_ignore, fail_fn); in ForkCommon()2452 gOpenFdTable->Restat(fds_to_ignore, fail_fn); in ForkCommon()2493 gOpenFdTable->ReopenOrDetach(fail_fn); in ForkCommon()