HomeSort by relevance Sort by last modified time
    Searched defs:fds_to_remap (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/test/
multiprocess_test_android.cc 20 // - All options except |fds_to_remap| are ignored.
27 const FileHandleMappingVector* fds_to_remap = local
28 options.fds_to_remap ? options.fds_to_remap : ∅
42 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin();
43 it != fds_to_remap->end(); ++it) {
54 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin();
55 it != fds_to_remap->end(); ++it) {
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac_unittest.cc 112 base::FileHandleMappingVector fds_to_remap; local
113 fds_to_remap.push_back(std::make_pair(fds[1], 1));
116 fds_to_remap.push_back(std::make_pair(fileno(stderr), 2));
125 options.fds_to_remap = &fds_to_remap;
  /external/chromium_org/base/process/
launch.h 104 const FileHandleMappingVector* fds_to_remap; member in struct:base::LaunchOptions
155 // child process except for any preserved by options::fds_to_remap, and
156 // stdin, stdout, and stderr. If not remapped by options::fds_to_remap,
process_util_unittest.cc 575 options.fds_to_remap = &fd_mapping_vec;
637 base::FileHandleMappingVector fds_to_remap; local
642 fds_to_remap.push_back(std::make_pair(fds[1], 1));
647 options.fds_to_remap = &fds_to_remap;
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.cc 101 base::FileHandleMappingVector fds_to_remap; local
102 fds_to_remap.push_back(std::pair<int, int>(STDERR_FILENO, STDOUT_FILENO));
104 options.fds_to_remap = &fds_to_remap;

Completed in 231 milliseconds