Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfat.h191 int fat_exists(const char *filename);
/rk3399_rockchip-uboot/fs/
H A Dfs.c156 .exists = fat_exists,
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c1034 int fat_exists(const char *filename) in fat_exists() function