Searched refs:dirtree_flagread (Results 1 – 9 of 9) sorted by relevance
/external/toybox/lib/ |
D | dirtree.c | 183 struct dirtree *dirtree_flagread(char *path, int flags, in dirtree_flagread() function 192 return dirtree_flagread(path, 0, callback); in dirtree_read()
|
D | lib.h | 100 struct dirtree *dirtree_flagread(char *path, int flags,
|
/external/toybox/toys/posix/ |
D | chgrp.c | 97 dirtree_flagread(*s, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in chgrp_main()
|
D | du.c | 163 dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in du_main()
|
D | ps.c | 948 new->child = dirtree_flagread(toybuf, DIRTREE_SHUTUP|DIRTREE_PROC, get_ps); in get_threads() 1274 dt = dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, in ps_main() 1396 dt = dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, in top_common() 1810 dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, get_ps); in pgrep_main()
|
D | cp.c | 432 if (errno!=EXDEV || dirtree_flagread(src, DIRTREE_SHUTUP+ in cp_main()
|
D | find.c | 566 dirtree_flagread(ss[i], DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in find_main()
|
/external/toybox/toys/pending/ |
D | tar.c | 800 dirtree_flagread(tmp->arg, DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_h), in tar_main()
|
D | diff.c | 801 dirtree_flagread(files[j], DIRTREE_SYMFOLLOW, list_dir); in diff_main()
|