HomeSort by relevance Sort by last modified time
    Searched refs:InitUnixSocket (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/android/forwarder2/
socket.h 117 bool InitUnixSocket(const std::string& path);
socket.cc 36 if (!InitUnixSocket(path) || !BindAndListen()) {
54 if (!InitUnixSocket(path) || !Connect()) {
127 bool Socket::InitUnixSocket(const std::string& path) {

Completed in 141 milliseconds