Home
last modified time | relevance | path

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

/system/core/trusty/storage/proxy/
Dstorage.c74 static int lookup_fd(uint32_t handle, bool dirty) in lookup_fd() function
351 int fd = lookup_fd(req->handle, true); in storage_file_write()
388 int fd = lookup_fd(req->handle, false); in storage_file_read()
421 int fd = lookup_fd(req->handle, false); in storage_file_get_size()
452 int fd = lookup_fd(req->handle, true); in storage_file_set_size()