Home
last modified time | relevance | path

Searched refs:STORAGE_ERR_GENERIC (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/trusty/storage/proxy/
H A Drpmb.c546 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
553 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
561 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
568 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
573 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
H A Dproxy.c105 msg->result = STORAGE_ERR_GENERIC; in handle_req()
109 msg->result = STORAGE_ERR_GENERIC; in handle_req()
H A Dstorage.c141 result = STORAGE_ERR_GENERIC; in translate_errno()
207 msg->result = STORAGE_ERR_GENERIC; in storage_file_delete()
292 msg->result = STORAGE_ERR_GENERIC; in storage_file_open()
/aosp14/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h81 STORAGE_ERR_GENERIC = 1, enumerator
/aosp14/system/core/trusty/storage/lib/
H A Dstorage.c92 case STORAGE_ERR_GENERIC: in check_response()