Home
last modified time | relevance | path

Searched refs:WRITE_FILE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_async_file.rs89 let mut file = File::create(WRITE_FILE).await.unwrap();
H A Dsync_benchmarks.rs90 let mut file = File::create(WRITE_FILE).unwrap(); in std_write_file()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
H A Dmod.rs34 pub const WRITE_FILE: &str = "/dev/null"; const