Home
last modified time | relevance | path

Searched refs:sread (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/utils/
H A Dutils.cpp309 ssize_t sread = read(fd, p, remaining); in ReadFully() local
310 if (sread == -1) { in ReadFully()
314 if (sread == 0) { in ReadFully()
318 p += sread; in ReadFully()
319 remaining -= static_cast<size_t>(sread); in ReadFully()

Completed in 2 milliseconds