Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfs.h62 int fs_exists(const char *filename);
/rk3399_rockchip-uboot/fs/
H A Dfs.c369 int fs_exists(const char *filename) in fs_exists() function
603 return fs_exists(file); in file_exists()