15 Mar, 2016

1 commit


23 Nov, 2014

2 commits


09 Aug, 2014

1 commit

  • These commands may be used to determine the size of a file without
    actually reading the whole file content into memory. This may be used
    to determine if the file will fit into the memory buffer that will
    contain it. In particular, the DFU code will use it for this purpose
    in the next commit.

    Signed-off-by: Stephen Warren

    Stephen Warren
     

19 Feb, 2014

1 commit


01 May, 2013

1 commit

  • 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

    Simon Glass
     

05 Mar, 2013

1 commit