Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c427 closeSafelyInChild(int fd) in closeSafelyInChild() function
807 if ((closeSafelyInChild(p->in[1]) == -1) || in childProcess()
808 (closeSafelyInChild(p->out[0]) == -1) || in childProcess()
809 (closeSafelyInChild(p->err[0]) == -1) || in childProcess()
810 (closeSafelyInChild(p->fail[0]) == -1)) in childProcess()
822 if ((closeSafelyInChild(p->err[1]) == -1) || in childProcess()