Home
last modified time | relevance | path

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

/trusty/user/app/storage/test/storage_host_test/
Dstorageproxy_shim.c225 const void* buf_, in write_with_retry() argument
229 const uint8_t* buf = buf_; in write_with_retry()
242 static ssize_t read_with_retry(int fd, void* buf_, size_t size, off_t offset) { in read_with_retry() argument
245 uint8_t* buf = buf_; in read_with_retry()