Home
last modified time | relevance | path

Searched defs:pipes (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Djava_lang_ProcessManager.cpp51 static void closePipes(int pipes[], int skipFd) { in closePipes()
77 int pipes[PIPE_COUNT * 2] = { -1, -1, -1, -1, -1, -1, -1, -1 }; in executeProcess() local