Searched refs:CreateAndBind (Results 1 - 3 of 3) sorted by relevance

/external/perfetto/src/ipc/
H A Dunix_socket.h137 static base::ScopedFile CreateAndBind(const std::string& socket_name);
H A Dunix_socket.cc88 base::ScopedFile UnixSocket::CreateAndBind(const std::string& socket_name) { function in class:perfetto::ipc::UnixSocket
112 return Listen(CreateAndBind(socket_name), event_listener, task_runner);
H A Dunix_socket_unittest.cc179 auto fd = UnixSocket::CreateAndBind(kSocketName);

Completed in 248 milliseconds