Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfs.h167 int file_exists(const char *dev_type, const char *dev_part, const char *file,
/rk3399_rockchip-uboot/cmd/
H A Dtest.c141 expr = file_exists(ap[1], ap[2], ap[3], FS_TYPE_ANY); in do_test()
/rk3399_rockchip-uboot/fs/
H A Dfs.c597 int file_exists(const char *dev_type, const char *dev_part, const char *file, in file_exists() function