Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient.c658 size_t buflen; in storage_file_read() local
683 buflen = size; in storage_file_read()
684 if (buflen > *resp_len) { in storage_file_read()
686 buflen); in storage_file_read()
697 if ((offset + buflen) > file->size) { in storage_file_read()
700 bytes_left = buflen; in storage_file_read()
702 buflen = bytes_left; /* save to return it to caller */ in storage_file_read()
730 *resp_len = buflen; in storage_file_read()