Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfs.h63 int fs_exists(const char *filename);
/external/u-boot/fs/
Dfs.c379 int fs_exists(const char *filename) in fs_exists() function
613 return fs_exists(file); in file_exists()
/external/u-boot/lib/efi_loader/
Defi_file.c176 if (!((mode & EFI_FILE_MODE_CREATE) || fs_exists(fh->path))) in file_open()