Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfat.h192 int fat_size(const char *filename, loff_t *size);
/rk3399_rockchip-uboot/fs/
H A Dfs.c157 .size = fat_size,
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c1054 int fat_size(const char *filename, loff_t *size) in fat_size() function