commit | 056a5cea3139cd41836051114a0f3344ac3d9f58 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 11:55:08 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:26 2018 -0600 |
tree | e470ad79ba80909ee6c0ea40f104795914bb2d5d | |
parent | 50b288aca324649fb5b357ce75972a5261cf94fc [diff] |
sandbox: Add a way to write data to the host filesystem For debugging it is sometimes useful to write out data for inspection using an external tool. Add a function which can write this data to a given file. Signed-off-by: Simon Glass <sjg@chromium.org>