Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfs.h63 int fs_exists(const char *filename);
/openbmc/u-boot/fs/
H A Dfs.c407 int fs_exists(const char *filename) in fs_exists() function
717 return fs_exists(file); in file_exists()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c200 fs_exists(fh->path))) in file_open()