HomeSort by relevance Sort by last modified time
    Searched full:fd_map (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 44 base::FileHandleMappingVector fd_map; local
53 fd_map.push_back(std::make_pair(*read_pipe_write_fd, STDOUT_FILENO));
62 fd_map.push_back(std::make_pair(*write_pipe_read_fd, STDIN_FILENO));
65 options.fds_to_remap = &fd_map;
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py 50 fd_map = {}
106 fd_map[ret] = first_arg
114 if possible_fd_arg and possible_fd_arg in fd_map:
115 args['fd%s' % first_arg] = fd_map[possible_fd_arg]
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 133 // base::LaunchApp because it won't be present in fd_map, and the write side
134 // will be remapped to kRelauncherSyncFD by fd_map.
146 base::FileHandleMappingVector fd_map; local
147 fd_map.push_back(std::make_pair(*pipe_write_fd, kRelauncherSyncFD));
150 options.fds_to_remap = &fd_map;

Completed in 524 milliseconds