Searched refs:os_get_filesize (Results 1 – 7 of 7) sorted by relevance
| /u-boot/fs/sandbox/ |
| A D | sandboxfs.c | 36 ret = os_get_filesize(filename, &size); in sandbox_fs_read_at() 109 ret = os_get_filesize(filename, &size); in sandbox_fs_exists() 115 return os_get_filesize(filename, size); in sandbox_fs_size()
|
| /u-boot/include/ |
| A D | os.h | 297 int os_get_filesize(const char *fname, long long *size);
|
| /u-boot/drivers/scsi/ |
| A D | sandbox_scsi.c | 110 ret = os_get_filesize(priv->pathname, &info->file_size); in sandbox_scsi_probe()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | cpu.c | 342 err = os_get_filesize(fname, &size); in board_fdt_blob_setup()
|
| A D | os.c | 670 int os_get_filesize(const char *fname, long long *size) in os_get_filesize() function 720 ret = os_get_filesize(fname, &size); in os_read_ram_buf()
|
| A D | state.c | 57 ret = os_get_filesize(fname, &size); in state_read_file()
|
| /u-boot/drivers/usb/emul/ |
| A D | sandbox_flash.c | 347 ret = os_get_filesize(plat->pathname, &info->file_size); in sandbox_flash_probe()
|
Completed in 17 milliseconds