Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient.c657 void* bufp = resp; in storage_file_read() local
719 memset(bufp, 0, len); in storage_file_read()
721 memcpy(bufp, block_data + block_offset, len); in storage_file_read()
727 bufp += len; in storage_file_read()