Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dsubcontext.cpp210 int child_fd = dup(subcontext_socket.get()); // NOLINT(android-cloexec-dup) in Fork() local
211 if (child_fd < 0) { in Fork()
230 auto child_fd_string = std::to_string(child_fd); in Fork()