Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_async_file.rs38 let mut file = File::open(READ_FILE).await.unwrap();
62 let mut file = File::open(READ_FILE).await.unwrap();
H A Dsync_benchmarks.rs58 let mut file = File::open(READ_FILE).unwrap(); in std_read_file()
72 let mut file = File::open(READ_FILE).unwrap(); in std_read_file_by_chars()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
H A Dmod.rs33 pub const READ_FILE: &str = "/dev/zero"; const