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