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

  /system/core/libcutils/
socket_local_client_unix.c 47 int socket_make_sockaddr_un(const char *name, int namespaceId, function
133 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen);
  /system/core/liblog/
logd_reader.c 136 LIBLOG_WEAK int socket_make_sockaddr_un(const char *name, int namespaceId, function
224 err = socket_make_sockaddr_un(name, namespaceId, &addr, &alen);

Completed in 68 milliseconds