Searched refs:READ_FILE (Results 1 – 3 of 3) sorted by relevance
38 let mut file = File::open(READ_FILE).await.unwrap();62 let mut file = File::open(READ_FILE).await.unwrap();
58 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()
33 pub const READ_FILE: &str = "/dev/zero"; const