Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs185 let mut info_file = File::open("/proc/meminfo").unwrap(); in shell_cmd_free() localVariable
187 info_file.read_to_end(&mut buf).unwrap(); in shell_cmd_free()