Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfs.h191 int fs_unlink(const char *filename);
/external/u-boot/fs/
Dfs.c604 int fs_unlink(const char *filename) in fs_unlink() function
863 if (fs_unlink(argv[3])) in do_rm()
/external/u-boot/lib/efi_loader/
Defi_file.c317 if (set_blk_dev(fh) || fs_unlink(fh->path)) in efi_file_delete()