Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp330 static FileDescriptorTable* gOpenFdTable = nullptr; variable
2289 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()