Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service.cpp145 int ReleaseLocalSocket() { return local_socket_sfd_.release(); } in ReleaseLocalSocket()
180 unique_fd local_socket_sfd_; member in __anonfc43d0fa0111::Subprocess
354 local_socket_sfd_.reset(stdinout_sfd_.release()); in ForkAndExec()
357 if (!CreateSocketpair(&protocol_sfd_, &local_socket_sfd_)) { in ForkAndExec()
683 int fd = local_socket_sfd_; in WaitForExit()
689 static_cast<void>(local_socket_sfd_.release()); in WaitForExit()