Home
last modified time | relevance | path

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

/device/linaro/dragonboard/qcom/rmtfs/
Dstorage.c220 void *new_buf; in storage_pwrite() local
232 new_buf = realloc(rmtfd->shadow_buf, new_len); in storage_pwrite()
233 if (!new_buf) { in storage_pwrite()
238 rmtfd->shadow_buf = new_buf; in storage_pwrite()