Home
last modified time | relevance | path

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

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