Home
last modified time | relevance | path

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

/u-boot/fs/sandbox/
A Dsandboxfs.c36 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 Dos.h297 int os_get_filesize(const char *fname, long long *size);
/u-boot/drivers/scsi/
A Dsandbox_scsi.c110 ret = os_get_filesize(priv->pathname, &info->file_size); in sandbox_scsi_probe()
/u-boot/arch/sandbox/cpu/
A Dcpu.c342 err = os_get_filesize(fname, &size); in board_fdt_blob_setup()
A Dos.c670 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 Dstate.c57 ret = os_get_filesize(fname, &size); in state_read_file()
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c347 ret = os_get_filesize(plat->pathname, &info->file_size); in sandbox_flash_probe()

Completed in 17 milliseconds