Home
last modified time | relevance | path

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

/system/core/libcutils/
Ddebugger.c68 const char* socket_name; in make_dump_request() local
82 socket_name = DEBUGGER32_SOCKET_NAME; in make_dump_request()
92 socket_name = DEBUGGER_SOCKET_NAME; in make_dump_request()
95 int sock_fd = socket_local_client(socket_name, ANDROID_SOCKET_NAMESPACE_ABSTRACT, in make_dump_request()