Files
u-boot/drivers/block
Heinrich Schuchardt 1a07d39521 sandbox: fix return type of os_filesize()
Given a file ../img of size 4294967296 with GPT partition table and
partitions:

=> host bind 0 ../img
=> part list host 0
Disk host-0.blk not ready

The cause is os_filesize() returning int. File sizes must use off_t.

Correct all uses of os_filesize() too.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-04-28 11:30:17 -06:00
..
2022-09-25 08:30:05 -06:00
2022-09-16 11:05:16 -04:00
2023-04-27 13:51:07 -04:00
2023-04-05 10:54:47 -04:00
2023-04-05 10:54:47 -04:00