OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_make_sockaddr_un
(Results
1 - 4
of
4
) sorted by null
/system/core/libcutils/
socket_local_unix.h
36
int
socket_make_sockaddr_un
(const char *name, int namespaceId,
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);
socket_local_server_unix.c
62
err =
socket_make_sockaddr_un
(name, namespaceId, &addr, &alen);
/system/core/liblog/
logd_reader.c
133
LIBLOG_WEAK int
socket_make_sockaddr_un
(const char* name, int namespaceId,
function
219
err =
socket_make_sockaddr_un
(name, namespaceId, &addr, &alen);
Completed in 172 milliseconds