Searched refs:pipeFds (Results 1 – 1 of 1) sorted by relevance
225 FileDescriptor[] pipeFds = Libcore.os.pipe(); in runOnce() local226 childPipeFd = pipeFds[1]; in runOnce()227 serverPipeFd = pipeFds[0]; in runOnce()