Searched refs:WRITE_FILE (Results 1 – 3 of 3) sorted by relevance
89 let mut file = File::create(WRITE_FILE).await.unwrap();
90 let mut file = File::create(WRITE_FILE).unwrap(); in std_write_file()
34 pub const WRITE_FILE: &str = "/dev/null"; const