Home
last modified time | relevance | path

Searched refs:dirtree_flagread (Results 1 – 9 of 9) sorted by relevance

/external/toybox/lib/
Ddirtree.c183 struct dirtree *dirtree_flagread(char *path, int flags, in dirtree_flagread() function
192 return dirtree_flagread(path, 0, callback); in dirtree_read()
Dlib.h100 struct dirtree *dirtree_flagread(char *path, int flags,
/external/toybox/toys/posix/
Dchgrp.c97 dirtree_flagread(*s, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in chgrp_main()
Ddu.c163 dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in du_main()
Dps.c948 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()
Dcp.c432 if (errno!=EXDEV || dirtree_flagread(src, DIRTREE_SHUTUP+ in cp_main()
Dfind.c566 dirtree_flagread(ss[i], DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in find_main()
/external/toybox/toys/pending/
Dtar.c800 dirtree_flagread(tmp->arg, DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_h), in tar_main()
Ddiff.c801 dirtree_flagread(files[j], DIRTREE_SYMFOLLOW, list_dir); in diff_main()