Home
last modified time | relevance | path

Searched defs:std_file (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/tests/
Dfs_file.rs109 let mut std_file = file.into_std().await; in write_into_std() localVariable
122 let mut std_file = file.try_into_std().unwrap(); in write_into_std_immediate() localVariable
135 let std_file = std::fs::File::open(tempfile.path()).unwrap(); in read_file_from_std() localVariable
/external/rust/crates/tokio/src/fs/
Dfile.rs194 let std_file = asyncify(move || StdFile::create(path)).await?; in create() localVariable
431 let std_file = asyncify(move || std.try_clone()).await?; in try_clone() localVariable