Searched refs:child_fd (Results 1 – 1 of 1) sorted by relevance
210 int child_fd = dup(subcontext_socket.get()); // NOLINT(android-cloexec-dup) in Fork() local211 if (child_fd < 0) { in Fork()230 auto child_fd_string = std::to_string(child_fd); in Fork()