Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dubifs_uboot.h26 int ubifs_exists(const char *filename);
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c214 .exists = ubifs_exists,
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.c633 int ubifs_exists(const char *filename) in ubifs_exists() function