Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_file.c157 ssize_t actually_read; in os_read_file() local
159 while ((actually_read = readN(fd, buf + offset, remaining)) == (ssize_t)remaining) { in os_read_file()
170 offset += actually_read; in os_read_file()
176 if (actually_read > 0) in os_read_file()
177 offset += actually_read; in os_read_file()