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

  /external/chromium_org/ipc/
unix_domain_socket_util.h 28 IPC_EXPORT bool CreateServerUnixDomainSocket(const base::FilePath& socket_name,
ipc_channel_factory.cc 27 return CreateServerUnixDomainSocket(path_, &listen_fd_);
unix_domain_socket_util.cc 72 bool CreateServerUnixDomainSocket(const base::FilePath& socket_path,
unix_domain_socket_util_unittest.cc 104 IPC::CreateServerUnixDomainSocket(socket_name_, &server_listen_fd_);
149 // Ensure that IPC::CreateServerUnixDomainSocket creates a socket that
ipc_channel_posix.cc 255 if (!CreateServerUnixDomainSocket(base::FilePath(pipe_name_),
    [all...]

Completed in 44 milliseconds