Searched refs:gOpenFdTable (Results 1 – 1 of 1) sorted by relevance
330 static FileDescriptorTable* gOpenFdTable = nullptr; variable2289 if (gOpenFdTable == nullptr) { in ForkCommon()2290 gOpenFdTable = FileDescriptorTable::Create(fds_to_ignore, fail_fn); in ForkCommon()2292 gOpenFdTable->Restat(fds_to_ignore, fail_fn); in ForkCommon()2333 gOpenFdTable->ReopenOrDetach(fail_fn); in ForkCommon()