Searched refs:socket_local_client_connect (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libcutils/ |
H A D | socket_local_client_unix.cpp | 124 int socket_local_client_connect(int fd, const char* name, int namespaceId, int /*type*/) { in socket_local_client_connect() function 156 if ( 0 > socket_local_client_connect(s, name, namespaceId, type)) { in socket_local_client()
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | sockets.h | 92 int socket_local_client_connect(int fd, const char *name, int namespaceId,
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | sockets.h | 92 int socket_local_client_connect(int fd, const char *name, int namespaceId,
|
/aosp14/system/core/debuggerd/client/ |
H A D | debuggerd_client.cpp | 167 if (socket_local_client_connect(sockfd.get(), kTombstonedInterceptSocketName, in debuggerd_trigger_dump()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_net_LocalSocketImpl.cpp | 76 ret = socket_local_client_connect( in socket_connect_local()
|