Searched refs:fs_exists (Results 1 – 3 of 3) sorted by relevance
63 int fs_exists(const char *filename);
379 int fs_exists(const char *filename) in fs_exists() function613 return fs_exists(file); in file_exists()
176 if (!((mode & EFI_FILE_MODE_CREATE) || fs_exists(fh->path))) in file_open()