Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dext4fs.h145 int ext4fs_exists(const char *filename);
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4fs.c188 int ext4fs_exists(const char *filename) in ext4fs_exists() function
/rk3399_rockchip-uboot/fs/
H A Dfs.c178 .exists = ext4fs_exists,