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