Searched refs:sandbox_fs_write_at (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/fs/sandbox/ |
D | sandboxfs.c | 56 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/ |
D | sandboxfs.h | 25 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer,
|