Home
last modified time | relevance | path

Searched defs:buf_writer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/
Dwrite.rs649 let buf_writer = io::BufWriter::new(file); in create() localVariable
673 let buf_writer = io::BufWriter::new(file); in append() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dio_buf_writer.rs56 fn buf_writer() { in buf_writer() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/
Dmod.rs51 mod buf_writer; module
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_buf_writer.rs70 async fn buf_writer() { in buf_writer() function