Searched refs:Code (Results 1 – 7 of 7) sorted by relevance
/trusty/user/base/lib/storage/rust/src/ |
D | test.rs | 25 assert_eq!(Err(Error::Code(ErrorCode::NotFound)), result); in connect_fail_no_wait() 65 assert_eq!(Err(Error::Code(ErrorCode::NotEnoughBuffer)), result); in read_all_buf_too_small() 221 Err(Error::Code(ErrorCode::NotAllowed)), in cannot_rename_open_file() 335 Err(Error::Code(ErrorCode::NotFound)), in discard_transaction() 365 Err(Error::Code(ErrorCode::NotFound)), in drop_transaction() 399 assert_eq!(Some(Err(Error::Code(ErrorCode::NotFound))), dir_iter.next()); in drop_session_while_listing()
|
D | lib.rs | 353 return Err(Error::Code(ErrorCode::NotEnoughBuffer)); in read_all() 687 Code(ErrorCode), enumerator 717 return Err(Error::Code(ErrorCode::from(code))); in check_return_code() 749 Err(Error::Code(ErrorCode::from(long_code))) in check_non_negative() 920 return Err(Error::Code(ErrorCode::Generic)); in new()
|
/trusty/user/app/secretkeeper/ |
D | store.rs | 84 Err(storage::Error::Code(trusty_sys::Error::NotFound)) => return Ok(None), in get() 104 Err(storage::Error::Code(trusty_sys::Error::NotFound)) => Ok(()), in delete()
|
/trusty/user/app/avb/ |
D | README.md | 43 ## Client Code
|
/trusty/user/app/storage/ |
D | README.md | 30 ## Code Organization
|
/trusty/user/app/keymint/ |
D | secure_deletion_secret_manager.rs | 98 Err(storage_session::Error::Code(trusty_sys::Error::NotFound)) => Ok(()), in delete_secure_deletion_secret_file()
|
D | secure_storage_manager.rs | 301 Err(storage::Error::Code(trusty_sys::Error::NotFound)) => return Ok(None), in get_file_contents()
|