Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc78 RefCountedPtr<SocketNode> child_socket; in RenderJson() local
81 child_socket = child_socket_; in RenderJson()
83 if (child_socket != nullptr && child_socket->uuid() != 0) { in RenderJson()
86 {"socketId", std::to_string(child_socket->uuid())}, in RenderJson()
87 {"name", child_socket->name()}, in RenderJson()
/external/crosvm/src/plugin/
Dprocess.rs146 let (request_socket, child_socket) = in new()
167 child_socket.as_raw_descriptor().to_string(), in new()
169 jail.run(cmd, &[0, 1, 2, child_socket.as_raw_descriptor()], args) in new()
176 child_socket.as_raw_descriptor().to_string(), in new()
602 Ok((request_socket, child_socket)) => { in handle_socket()
604 response_fds.push(child_socket.as_raw_descriptor()); in handle_socket()
605 boxed_fds.push(box_owned_fd(child_socket)); in handle_socket()