Searched refs:kChildPipe (Results 1 – 1 of 1) sorted by relevance
873 const int kChildPipe = 20; // FD # for write end of pipe in child process. variable943 int write_pipe = kChildPipe; in MULTIPROCESS_TEST_MAIN()952 if (i != kChildPipe) { in MULTIPROCESS_TEST_MAIN()976 options.fds_to_remap.emplace_back(fds[1], kChildPipe); in CountOpenFDsInChild()