Home
last modified time | relevance | path

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

/base/update/updater/utils/
Dutils.cpp314 ssize_t sread = read(fd, p, remaining); in ReadFully() local
315 if (sread <= 0) { in ReadFully()
319 p += sread; in ReadFully()
320 remaining -= static_cast<size_t>(sread); in ReadFully()