Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsandboxfs.h30 int sandbox_fs_exists(const char *filename);
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c102 int sandbox_fs_exists(const char *filename) in sandbox_fs_exists() function
/openbmc/u-boot/fs/
H A Dfs.c217 .exists = sandbox_fs_exists,