Searched refs:childPipeFd (Results 1 – 1 of 1) sorted by relevance
151 FileDescriptor childPipeFd = null; in processOneCommand() local230 childPipeFd = pipeFds[1]; in processOneCommand()232 Os.fcntlInt(childPipeFd, F_SETFD, 0); in processOneCommand()233 fdsToIgnore = new int[]{childPipeFd.getInt$(), serverPipeFd.getInt$()}; in processOneCommand()281 return handleChildProc(parsedArgs, descriptors, childPipeFd, in processOneCommand()286 IoUtils.closeQuietly(childPipeFd); in processOneCommand()287 childPipeFd = null; in processOneCommand()292 IoUtils.closeQuietly(childPipeFd); in processOneCommand()