Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp73 size_t bytes_read = ota_fread(data.data(), 1, data.size(), f.get()); in LoadFileContents() local
74 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()