Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h191 int fat_exists(const char *filename);
/openbmc/u-boot/fs/
H A Dfs.c168 .exists = fat_exists,
/openbmc/u-boot/fs/fat/
H A Dfat.c1076 int fat_exists(const char *filename) in fat_exists() function