Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLeakPipe.h34 class LeakPipe {
36 LeakPipe() { in LeakPipe() function
43 ~LeakPipe() { in ~LeakPipe()
197 DISALLOW_COPY_AND_ASSIGN(LeakPipe);
DLeakPipe.cpp24 bool LeakPipe::SendFd(int sock, int fd) { in SendFd()
58 int LeakPipe::ReceiveFd(int sock) { in ReceiveFd()
DAndroid.mk7 LeakPipe.cpp \
DREADME.md61 - `LeakPipe.cpp`: transfers data describing leaks from the sweeper process to the original process.
DMemUnreachable.cpp273 LeakPipe pipe; in GetUnreachableMemory()