Home
last modified time | relevance | path

Searched refs:DIRTREE_SAVE (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/lib/
H A Ddirtree.c21 *(DIRTREE_SAVE|DIRTREE_RECURSE); in dirtree_notdotdot()
105 // callback returns DIRTREE_SAVE, otherwise frees consumed nodes and
123 if (!(flags & DIRTREE_SAVE)) { in dirtree_handle_callback()
H A Dlib.h66 #define DIRTREE_SAVE 1 macro
/third_party/toybox/porting/liteos_a/lib/
H A Ddirtree.c29 *(DIRTREE_SAVE|DIRTREE_RECURSE); in dirtree_notdotdot()
113 // callback returns DIRTREE_SAVE, otherwise frees consumed nodes and
130 if (!(flags & DIRTREE_SAVE)) { in dirtree_handle_callback()
H A Dlib.h66 #define DIRTREE_SAVE 1 macro
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c223 if (flags & (FLAG_a|FLAG_f)) return DIRTREE_SAVE; in filter()
226 return dirtree_notdotdot(new) & DIRTREE_SAVE; in filter()
H A Dps.c680 |(DIRTREE_SAVE*(TT.threadparent||!TT.show_process)); in get_ps()
953 return DIRTREE_SAVE; in get_ps()
994 if (!TT.show_process) return DIRTREE_SAVE; in get_threads()
/third_party/toybox/toys/posix/
H A Dls.c233 if (flags & (FLAG_a|FLAG_f)) return DIRTREE_SAVE; in filter()
236 return dirtree_notdotdot(new) & DIRTREE_SAVE; in filter()
H A Dps.c723 |(DIRTREE_SAVE*(TT.threadparent||!TT.show_process)); in get_ps()
996 return DIRTREE_SAVE; in get_ps()
1037 if (!TT.show_process) return DIRTREE_SAVE; in get_threads()

Completed in 10 milliseconds