Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dsandboxfs.h30 int sandbox_fs_exists(const char *filename);
/rk3399_rockchip-uboot/fs/sandbox/
H A Dsandboxfs.c103 int sandbox_fs_exists(const char *filename) in sandbox_fs_exists() function
/rk3399_rockchip-uboot/fs/
H A Dfs.c198 .exists = sandbox_fs_exists,