Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_file.c160 char *newbuf = realloc(buf, 2 * len); in os_read_file() local
161 if (!newbuf) { in os_read_file()
168 buf = newbuf; in os_read_file()
181 char *newbuf = realloc(buf, len); in os_read_file() local
182 if (!newbuf) { in os_read_file()
187 buf = newbuf; in os_read_file()