Home
last modified time | relevance | path

Searched hist:"7 eb2c8d573ad932bf67095f11c6b3beba41064f2" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsandboxfs.h7eb2c8d573ad932bf67095f11c6b3beba41064f2 Sat Apr 20 08:42:51 UTC 2013 Simon Glass <sjg@chromium.org> sandbox: fs: Add support for saving files to host filesystem

This allows write of files from the host filesystem in sandbox. There is
currently no concept of overwriting the file and removing its existing
contents - all writing is done on top of what is there. This means that
writing 10 bytes to the start of a 1KB file will only update those 10
bytes, not truncate the file to 10 byte slong.

If the file does not exist it is created.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/fs/sandbox/
H A Dsandboxfs.c7eb2c8d573ad932bf67095f11c6b3beba41064f2 Sat Apr 20 08:42:51 UTC 2013 Simon Glass <sjg@chromium.org> sandbox: fs: Add support for saving files to host filesystem

This allows write of files from the host filesystem in sandbox. There is
currently no concept of overwriting the file and removing its existing
contents - all writing is done on top of what is there. This means that
writing 10 bytes to the start of a 1KB file will only update those 10
bytes, not truncate the file to 10 byte slong.

If the file does not exist it is created.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/fs/
H A Dfs.c7eb2c8d573ad932bf67095f11c6b3beba41064f2 Sat Apr 20 08:42:51 UTC 2013 Simon Glass <sjg@chromium.org> sandbox: fs: Add support for saving files to host filesystem

This allows write of files from the host filesystem in sandbox. There is
currently no concept of overwriting the file and removing its existing
contents - all writing is done on top of what is there. This means that
writing 10 bytes to the start of a 1KB file will only update those 10
bytes, not truncate the file to 10 byte slong.

If the file does not exist it is created.

Signed-off-by: Simon Glass <sjg@chromium.org>