aboutsummaryrefslogtreecommitdiff
path: root/tree.h
AgeCommit message (Collapse)Author
2016-02-18Fix license. Linaro switched years ago to GPL.Daniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-08-25follow symlinks when browsing the directory treeDaniel Lezcano
Sometime we are interested in following the symlinks, sometime not. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08compute the number of children for a specific nodeDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08add a tree function to return a list of elementsDaniel Lezcano
This patch provides a function returning all the node of the tree matching the substring passed a parameter. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08add a function to browse at reverse order the treeDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08use 'find' tree functionDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08add 'find' function for the treeDaniel Lezcano
That will be useful to search for a specific node name. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-08tree structure abstraction for directory hierarchiesDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>