Home
last modified time | relevance | path

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

/external/chromium_org/tools/android/forwarder2/
Dsocket.h28 bool BindUnix(const std::string& path);
Ddevice_controller.cc29 if (!host_socket->BindUnix(adb_unix_socket)) { in Create()
Ddaemon.cc200 if (!command_socket.BindUnix(identifier_)) { in SpawnIfNeeded()
Dsocket.cc34 bool Socket::BindUnix(const std::string& path) { in BindUnix() function in forwarder2::Socket