Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsandboxfs.h31 int sandbox_fs_size(const char *filename, loff_t *size);
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c111 int sandbox_fs_size(const char *filename, loff_t *size) in sandbox_fs_size() function
/openbmc/u-boot/fs/
H A Dfs.c218 .size = sandbox_fs_size,