Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h189 int fat_exists(const char *filename);
/external/u-boot/fs/
Dfs.c156 .exists = fat_exists,
/external/u-boot/fs/fat/
Dfat.c1024 int fat_exists(const char *filename) in fat_exists() function