From 6351872732fce77186f401050eee92c7c3aa3461 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 20 May 2023 17:04:15 +0200 Subject: libtar: add a dir_iterator_t implementation for tar files The existing istream_t wrapper is mered into this one as well, we can open the files via the iterators open_file_ro function. Unit tests and tar2sqfs are modified accordingly. Signed-off-by: David Oberhollenzer --- lib/tar/test/data/iterator/sparse.tar | Bin 0 -> 33792 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/tar/test/data/iterator/sparse.tar (limited to 'lib/tar/test/data/iterator/sparse.tar') diff --git a/lib/tar/test/data/iterator/sparse.tar b/lib/tar/test/data/iterator/sparse.tar new file mode 100644 index 0000000..7f4700d Binary files /dev/null and b/lib/tar/test/data/iterator/sparse.tar differ -- cgit v1.2.3