Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfs.h71 int fs_size(const char *filename, loff_t *size);
/rk3399_rockchip-uboot/fs/
H A Dfs.c382 int fs_size(const char *filename, loff_t *size) in fs_size() function
502 if (fs_size(argv[3], &size) < 0) in do_size()
/rk3399_rockchip-uboot/common/
H A Dsplash_source.c243 res = fs_size(splash_file, &bmp_size); in splash_load_fs()