Home
last modified time | relevance | path

Searched defs:error_handle (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/user-manage/src/error/
H A Derror.rs29 pub fn error_handle(error: String, exit_status: ExitStatus) { in error_handle() method
/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs101 fn error_handle(msg: &str) -> ! { in error_handle() function