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.c192 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
200 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
207 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
212 msg->result = STORAGE_ERR_GENERIC; in rpmb_send()
Dstorage.c119 result = STORAGE_ERR_GENERIC; in translate_errno()
186 msg->result = STORAGE_ERR_GENERIC; in storage_file_delete()
240 msg->result = STORAGE_ERR_GENERIC; in storage_file_open()
Dproxy.c124 msg->result = STORAGE_ERR_GENERIC; in handle_req()
/system/core/trusty/storage/interface/include/trusty/interface/
Dstorage.h76 STORAGE_ERR_GENERIC = 1, enumerator
/system/core/trusty/storage/lib/
Dstorage.c92 case STORAGE_ERR_GENERIC: in check_response()