Home
last modified time | relevance | path

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

/system/core/trusty/storage/proxy/
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()
Dproxy.c153 msg->result = STORAGE_ERR_GENERIC; in handle_req()
157 msg->result = STORAGE_ERR_GENERIC; in handle_req()
Dstorage.c231 result = STORAGE_ERR_GENERIC; in translate_errno()
297 msg->result = STORAGE_ERR_GENERIC; in storage_file_delete()
444 msg->result = STORAGE_ERR_GENERIC; in storage_file_open()
596 msg->result = STORAGE_ERR_GENERIC; in storage_file_write()
/system/core/trusty/storage/interface/include/trusty/interface/
Dstorage.h81 STORAGE_ERR_GENERIC = 1, enumerator
/system/core/trusty/storage/lib/
Dstorage.c92 case STORAGE_ERR_GENERIC: in check_response()