Searched refs:rw_file_fds (Results 1 – 2 of 2) sorted by relevance
48 rw_file_fds: Vec<OwnedFdMapping>, field115 let rw_file_fds = parse_and_create_file_mapping(matches.get_many("open-rw"), |path| { in parse_args() localVariable140 Ok(Args { ro_file_fds, rw_file_fds, dir_fds, cmdline_args }) in parse_args()152 fd_mappings.extend(args.rw_file_fds.iter().map(OwnedFdMapping::as_fd_mapping)); in try_main()
37 pub rw_file_fds: Vec<OwnedFd>, field62 for fd in &self.rw_file_fds { in do_spawn_fd_server()