Home
last modified time | relevance | path

Searched refs:ItemNotFound (Results 1 – 3 of 3) sorted by relevance

/optee_rust/optee-teec/src/
A Derror.rs63 ItemNotFound = 0xFFFF0008, enumerator
99 ErrorKind::ItemNotFound => "The requested data item is not found.", in as_str()
156 raw::TEEC_ERROR_ITEM_NOT_FOUND => ErrorKind::ItemNotFound, in kind()
/optee_rust/optee-utee/src/
A Derror.rs68 ItemNotFound = 0xFFFF0008, enumerator
122 ErrorKind::ItemNotFound => "The requested data item is not found.", in as_str()
192 raw::TEE_ERROR_ITEM_NOT_FOUND => ErrorKind::ItemNotFound, in kind()
/optee_rust/examples/secure_storage-rs/host/src/
A Dmain.rs89 if e.kind() != ErrorKind::ItemNotFound { in main()

Completed in 4 milliseconds