Home
last modified time | relevance | path

Searched refs:storage_file_read (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/trusty/storage/proxy/
H A Dstorage.h36 int storage_file_read(struct storage_msg* msg, const void* req, size_t req_len,
H A Dproxy.c132 rc = storage_file_read(msg, req, req_len, watcher); in handle_req()
H A Dstorage.c461 int storage_file_read(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_read() function