Searched defs:sfd (Results 1 – 5 of 5) sorted by relevance
100 static MinadbdErrorCode RunAdbFuseSideload(int sfd, const std::string& args, in RunAdbFuseSideload()175 static void SideloadHostService(unique_fd sfd, const std::string& args) { in SideloadHostService()191 static void RescueInstallHostService(unique_fd sfd, const std::string& args) { in RescueInstallHostService()202 static void RescueGetpropHostService(unique_fd sfd, const std::string& prop) { in RescueGetpropHostService()
105 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept() local142 SocketConn::SocketConn(MessageProcessor* messageProcessor, int sfd) in SocketConn()
363 int sfd[2]; in startDumpThread() local
135 static int accept_server_socket(int sfd) { in accept_server_socket()
739 unique_fd* Subprocess::PassOutput(unique_fd* sfd, ShellProtocol::Id id) { in PassOutput()