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

/u-boot/include/
H A Dsandboxfs.h28 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer,
/u-boot/fs/sandbox/
H A Dsandboxfs.c58 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer, function
139 ret = sandbox_fs_write_at(filename, offset, buf, len, actwrite);

Completed in 70 milliseconds