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

  /system/core/libcutils/
socket_local.h 36 int socket_make_sockaddr_un(const char *name, int namespaceId,
socket_local_client.c 47 int socket_make_sockaddr_un(const char *name, int namespaceId, function
133 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen);
socket_local_server.c 62 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen);
  /system/core/liblog/
log_read.c 67 int WEAK socket_make_sockaddr_un(const char *name, int namespaceId, function
154 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen);

Completed in 525 milliseconds