Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h206 int fat_unlink(const char *filename);
/openbmc/u-boot/fs/
H A Dfs.c173 .unlink = fat_unlink,
/openbmc/u-boot/fs/fat/
H A Dfat_write.c1261 int fat_unlink(const char *filename) in fat_unlink() function