Searched refs:kOutPipeFd (Results 1 – 3 of 3) sorted by relevance
57 const int kOutPipeFd = kMaxFd - 2; // remapped from stdout variable58 const int kCoverFd = kOutPipeFd - kMaxThreads;406 if (dup2(1, kOutPipeFd) < 0) in setup_control_pipes()447 if (write(kOutPipeFd, &reply, sizeof(reply)) != sizeof(reply)) in reply_handshake()516 if (write(kOutPipeFd, &reply, sizeof(reply)) != sizeof(reply)) in reply_execute()893 if (write(kOutPipeFd, &reply, sizeof(reply)) != sizeof(reply)) in write_call_output()
537 close(kOutPipeFd);
3886 close(kOutPipeFd);