commit | f1c45c8f4d151250c29afe3318f697ab2f373caa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 26 09:53:34 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 04 14:19:56 2013 -0500 |
tree | a8a688c79900497e511269216623fd54105efd10 | |
parent | 19e385872e8de2107de98b5d75941a92755150a2 [diff] |
sandbox: Add a way of obtaining directory listings This implementation uses opendir()/readdir() to access the directory information and then puts it in a linked list for the caller's use. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>