Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dfs_file.rs144 let mut std_file = file.into_std().await; in write_into_std() localVariable
157 let mut std_file = file.try_into_std().unwrap(); in write_into_std_immediate() localVariable
170 let std_file = std::fs::File::open(tempfile.path()).unwrap(); in read_file_from_std() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/
Dfile.rs191 let std_file = asyncify(move || StdFile::create(path)).await?; in create() localVariable
466 let std_file = asyncify(move || std.try_clone()).await?; in try_clone() localVariable
/aosp_15_r20/trusty/kernel/lib/syscall/stubgen/
H A Dstubgen.py269 def process_table(table_file, std_file, stubs_file, rust_file, verify, arch): argument