aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/src/io/dir_rec.c
AgeCommit message (Collapse)Author
2023-08-10Split recursive directory iteratorDavid Oberhollenzer
The recursive part and the filter part are split up, the recursive iterator wrapper is moved into libsquashfs and the libio iterator is modified to use that internally instead of implementig the recursion step. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>