OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitUnixSocket
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/android/forwarder2/
socket.h
120
bool
InitUnixSocket
(const std::string& path);
socket.cc
36
if (!
InitUnixSocket
(path) || !BindAndListen()) {
54
if (!
InitUnixSocket
(path) || !Connect()) {
125
bool Socket::
InitUnixSocket
(const std::string& path) {
Completed in 322 milliseconds