Home
last modified time | relevance | path

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

/external/u-boot/fs/sandbox/
Dsandboxfs.c34 ret = os_get_filesize(filename, &size); in sandbox_fs_read_at()
107 ret = os_get_filesize(filename, &size); in sandbox_fs_exists()
113 return os_get_filesize(filename, size); in sandbox_fs_size()
/external/u-boot/include/
Dos.h241 int os_get_filesize(const char *fname, loff_t *size);
/external/u-boot/arch/sandbox/cpu/
Dcpu.c136 err = os_get_filesize(fname, &size); in sandbox_read_fdt_from_file()
Dos.c413 int os_get_filesize(const char *fname, loff_t *size) in os_get_filesize() function
458 ret = os_get_filesize(fname, &size); in os_read_ram_buf()
Dstate.c51 ret = os_get_filesize(fname, &size); in state_read_file()
/external/u-boot/drivers/usb/emul/
Dsandbox_flash.c400 return os_get_filesize(plat->pathname, &priv->file_size); in sandbox_flash_probe()