Home
last modified time | relevance | path

Searched refs:sandbox_fs_write_at (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/sandbox/
Dsandboxfs.c56 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_write_at() function
137 ret = sandbox_fs_write_at(filename, offset, buf, len, actwrite); in fs_write_sandbox()
/external/u-boot/include/
Dsandboxfs.h25 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer,