OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeakPipe
(Results
1 - 4
of
4
) sorted by null
/system/core/libmemunreachable/
LeakPipe.h
29
//
LeakPipe
implements a pipe that can transfer vectors of simple objects
34
class
LeakPipe
{
36
LeakPipe
() {
43
~
LeakPipe
() {
197
DISALLOW_COPY_AND_ASSIGN(
LeakPipe
);
LeakPipe.cpp
20
#include "
LeakPipe
.h"
24
bool
LeakPipe
::SendFd(int sock, int fd) {
58
int
LeakPipe
::ReceiveFd(int sock) {
Android.mk
7
LeakPipe
.cpp \
MemUnreachable.cpp
33
#include "
LeakPipe
.h"
273
LeakPipe
pipe;
Completed in 188 milliseconds