Searched refs:error_to_exit_code (Results 1 – 4 of 4) sorted by relevance
21 pub(crate) use platform::main::error_to_exit_code;
96 use crate::sys::error_to_exit_code;927 let exit_code = error_to_exit_code(&res); in main()
96 pub(crate) fn error_to_exit_code(_res: &std::result::Result<CommandStatus, anyhow::Error>) -> i32 { in error_to_exit_code() function
193 pub(crate) fn error_to_exit_code(res: &std::result::Result<CommandStatus, anyhow::Error>) -> i32 { in error_to_exit_code() function