Searched refs:BindUnix (Results 1 – 4 of 4) sorted by relevance
28 bool BindUnix(const std::string& path);
29 if (!host_socket->BindUnix(adb_unix_socket)) { in Create()
200 if (!command_socket.BindUnix(identifier_)) { in SpawnIfNeeded()
34 bool Socket::BindUnix(const std::string& path) { in BindUnix() function in forwarder2::Socket