HomeSort by relevance Sort by last modified time
    Searched refs:kChildPipe (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
process_util_unittest.cc 394 const int kChildPipe = 20; // FD # for write end of pipe in child process.
402 int write_pipe = kChildPipe;
405 if (i != kChildPipe) {
429 fd_mapping_vec.push_back(std::pair<int, int>(fds[1], kChildPipe));
  /external/chromium_org/base/process/
process_util_unittest.cc 505 const int kChildPipe = 20; // FD # for write end of pipe in child process.
513 int write_pipe = kChildPipe;
516 if (i != kChildPipe) {
540 fd_mapping_vec.push_back(std::pair<int, int>(fds[1], kChildPipe));

Completed in 529 milliseconds