Home
last modified time | relevance | path

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

/system/core/include/cutils/
Ddebugger.h30 #define DEBUGGER_SOCKET_NAME DEBUGGER64_SOCKET_NAME macro
32 #define DEBUGGER_SOCKET_NAME DEBUGGER32_SOCKET_NAME
/system/core/libcutils/
Ddebugger.c92 socket_name = DEBUGGER_SOCKET_NAME; in make_dump_request()
/system/core/debuggerd/
Ddebuggerd.cpp383 int s = socket_local_server(DEBUGGER_SOCKET_NAME, ANDROID_SOCKET_NAMESPACE_ABSTRACT, SOCK_STREAM); in do_server()