Searched refs:bytes_read (Results 1 – 1 of 1) sorted by relevance
78 size_t bytes_read = ota_fread(data.data(), 1, data.size(), f); in LoadFileContents() local79 if (bytes_read != data.size()) { in LoadFileContents()80 printf("short read of \"%s\" (%zu bytes of %zd)\n", filename, bytes_read, data.size()); in LoadFileContents()