Home | History | Annotate | Download | only in applypatch

Lines Matching defs:bytes_read

78     size_t bytes_read = ota_fread(data.data(), 1, data.size(), f);
79 if (bytes_read != data.size()) {
80 printf("short read of \"%s\" (%zu bytes of %zd)\n", filename, bytes_read, data.size());