Searched defs:std_file (Results 1 – 3 of 3) sorted by relevance
144 let mut std_file = file.into_std().await; in write_into_std() localVariable157 let mut std_file = file.try_into_std().unwrap(); in write_into_std_immediate() localVariable170 let std_file = std::fs::File::open(tempfile.path()).unwrap(); in read_file_from_std() localVariable
191 let std_file = asyncify(move || StdFile::create(path)).await?; in create() localVariable466 let std_file = asyncify(move || std.try_clone()).await?; in try_clone() localVariable
269 def process_table(table_file, std_file, stubs_file, rust_file, verify, arch): argument