Home
last modified time | relevance | path

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

/system/core/trusty/storage/proxy/
Dstorage.c99 result = STORAGE_NO_ERROR; in translate_errno()
206 msg->result = STORAGE_NO_ERROR; in storage_file_delete()
285 msg->result = STORAGE_NO_ERROR; in storage_file_open()
331 msg->result = STORAGE_NO_ERROR; in storage_file_close()
361 msg->result = STORAGE_NO_ERROR; in storage_file_write()
399 msg->result = STORAGE_NO_ERROR; in storage_file_read()
432 msg->result = STORAGE_NO_ERROR; in storage_file_get_size()
462 msg->result = STORAGE_NO_ERROR; in storage_file_set_size()
Drpmb.c226 msg->result = STORAGE_NO_ERROR; in rpmb_send()
/system/core/trusty/storage/interface/include/trusty/interface/
Dstorage.h75 STORAGE_NO_ERROR = 0, enumerator
/system/core/trusty/storage/lib/
Dstorage.c70 case STORAGE_NO_ERROR: in check_response()