Home
last modified time | relevance | path

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

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