Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsocket_local_client_unix.c47 int socket_make_sockaddr_un(const char *name, int namespaceId, in socket_make_sockaddr_un() function
133 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen); in socket_local_client_connect()
Dsocket_local_unix.h36 int socket_make_sockaddr_un(const char *name, int namespaceId,
Dsocket_local_server_unix.c62 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen);
/system/core/liblog/
Dlogd_reader.c136 LIBLOG_WEAK int socket_make_sockaddr_un(const char *name, int namespaceId, in socket_make_sockaddr_un() function
224 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen); in socket_local_client_connect()