Home
last modified time | relevance | path

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

/trusty/user/base/lib/trusty-sys/src/
Derr.rs33 NoMsg = ERR_NO_MSG, enumerator
99 ERR_NO_MSG => NoMsg, in from()
/trusty/user/app/keymint/
Dipc_manager.rs675 assert_eq!(err, TipcError::SystemError(trusty_sys::Error::NoMsg)); in test_access_policy()