Home
last modified time | relevance | path

Searched refs:STORAGE_NO_ERROR (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.c121 result = STORAGE_NO_ERROR; in translate_errno()
227 msg->result = STORAGE_NO_ERROR; in storage_file_delete()
359 msg->result = STORAGE_NO_ERROR; in storage_file_open()
416 msg->result = STORAGE_NO_ERROR; in storage_file_close()
455 msg->result = STORAGE_NO_ERROR; in storage_file_write()
493 msg->result = STORAGE_NO_ERROR; in storage_file_read()
526 msg->result = STORAGE_NO_ERROR; in storage_file_get_size()
556 msg->result = STORAGE_NO_ERROR; in storage_file_set_size()
597 msg->result = STORAGE_NO_ERROR; in storage_file_get_max_size()
H A Drpmb.c587 msg->result = STORAGE_NO_ERROR; in rpmb_send()
/aosp14/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h80 STORAGE_NO_ERROR = 0, enumerator
/aosp14/system/core/trusty/storage/lib/
H A Dstorage.c70 case STORAGE_NO_ERROR: in check_response()