Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfs.h166 int fs_unlink(const char *filename);
/openbmc/u-boot/fs/
H A Dfs.c577 int fs_unlink(const char *filename) in fs_unlink() function
818 if (fs_unlink(argv[3])) in do_rm()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c294 if (fs_unlink(fh->path)) in efi_file_delete()