Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/util/flashrom_tester/src/
H A Dutils.rs165 return Err(translate_command_error(&cmd).to_string()); in collect_crosssystem()
171 pub fn translate_command_error(output: &std::process::Output) -> std::io::Error { in translate_command_error() function
H A Dcros_sysinfo.rs50 return Err(utils::translate_command_error(&output)); in dmidecode_dispatch()