Home
last modified time | relevance | path

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

/external/u-boot/include/
Dsandboxfs.h34 int fs_write_sandbox(const char *filename, void *buf, loff_t offset,
/external/u-boot/fs/sandbox/
Dsandboxfs.c132 int fs_write_sandbox(const char *filename, void *buf, loff_t offset, in fs_write_sandbox() function
/external/u-boot/fs/
Dfs.c201 .write = fs_write_sandbox,