commit | 9181cb0507d1dd5627cc3d9cd86d427abe00cc21 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Nov 04 16:37:51 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 12:43:49 2023 -0500 |
tree | 0cd706c4991026ec68c46f009c8fa124e4e8d6e3 | |
parent | 333d43f6a3e2aa1d6249d22211d77802614e37e5 [diff] |
arch: sandbox: Add function to create temporary files When working with sparse data buffers that may be larger than the address space, it is convenient to work with files instead. Add a function to create temporary files of a certain size. Signed-off-by: Sean Anderson <seanga2@gmail.com>