Searched refs:out_fds (Results 1 – 2 of 2) sorted by relevance
175 out_fds.clear(); in ~JdwpProcess()187 std::vector<unique_fd> out_fds; member270 D("trying to send fd to JDWP process (count = %zu)", proc->out_fds.size()); in jdwp_process_event()271 CHECK(!proc->out_fds.empty()); in jdwp_process_event()273 int fd = proc->out_fds.back().get(); in jdwp_process_event()282 proc->out_fds.pop_back(); in jdwp_process_event()283 if (proc->out_fds.empty()) { in jdwp_process_event()313 proc->out_fds.emplace_back(fds[1]); in create_jdwp_connection_fd()314 if (proc->out_fds.size() == 1) { in create_jdwp_connection_fd()
57 for conf in &config.out_fds { in spawn_authfs()91 let mut fd_mapping = Vec::with_capacity(config.in_fds.len() + config.out_fds.len()); in open_authfs_files_for_mapping()101 .out_fds in open_authfs_files_for_mapping()136 out_fds: Vec<OutFdAnnotation>, field191 let out_fds = results?; in parse_args() localVariable196 Ok(Config { authfs_root, in_fds, out_fds, args, debuggable }) in parse_args()