Home
last modified time | relevance | path

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

/system/core/trusty/storage/lib/
Dstorage.c42 static inline uint32_t _to_handle(file_handle_t fh) in _to_handle() function
169 struct storage_file_close_req req = { .handle = _to_handle(fh)}; in storage_close_file()
194 struct storage_file_read_req req = { .handle = _to_handle(fh), .size = size, .offset = off }; in _read_chunk()
229 struct storage_file_write_req req = { .handle = _to_handle(fh), .offset = off, }; in _write_req()
271 struct storage_file_set_size_req req = { .handle = _to_handle(fh), .size = file_size, }; in storage_set_file_size()
282 struct storage_file_get_size_req req = { .handle = _to_handle(fh), }; in storage_get_file_size()