Searched refs:nread (Results 1 – 4 of 4) sorted by relevance
36 ssize_t nread; in userfault_handler_thread() local64 nread = read(uffd, &msg, sizeof(msg)); in userfault_handler_thread()66 if (nread == 0) { in userfault_handler_thread()71 if (nread == -1) { in userfault_handler_thread()
185 int nread = 0; in computeFileHash() local186 while ((nread = fis.read(dataBytes)) != -1) { in computeFileHash()187 md.update(dataBytes, 0, nread); in computeFileHash()
135 int nread = 0; in getFileContentId() local136 while ((nread = fis.read(dataBytes)) != -1) { in getFileContentId()137 md.update(dataBytes, 0, nread); in getFileContentId()
273 int nread = 0; in getFileContentId() local274 while ((nread = fis.read(dataBytes)) != -1) { in getFileContentId()275 md.update(dataBytes, 0, nread); in getFileContentId()