Home
last modified time | relevance | path

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

/external/toybox/lib/
Ddirtree.c198 struct dirtree *dirtree_flagread(char *path, int flags, in dirtree_flagread() function
207 return dirtree_flagread(path, 0, callback); in dirtree_read()
Dlib.h104 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.c166 dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)), in du_main()
Dps.c1021 new->child = dirtree_flagread(toybuf, DIRTREE_SHUTUP|DIRTREE_PROC, get_ps); in get_threads()
1372 dt = dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, in ps_main()
1507 dt = dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, in top_common()
1926 dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, get_ps); in pgrep_main()
Dcp.c465 if (errno!=EXDEV || dirtree_flagread(src, DIRTREE_SHUTUP+ in cp_main()
Dfind.c708 dirtree_flagread(ss[i], in find_main()
Dtar.c952 dirtree_flagread(dl->data, FLAG(h)?DIRTREE_SYMFOLLOW:0, add_to_tar); in tar_main()
/external/toybox/toys/pending/
Dmodprobe.c541 dirtree_flagread("/etc/modprobe.conf", DIRTREE_SHUTUP, config_action); in modprobe_main()
542 dirtree_flagread("/etc/modprobe.d", DIRTREE_SHUTUP, config_action); in modprobe_main()
Ddiff.c878 dirtree_flagread(files[j], DIRTREE_SYMFOLLOW, list_dir); in diff_main()
Dsh.c1337 dt = dirtree_flagread(pp, DIRTREE_STATLESS|DIRTREE_SYMFOLLOW, in wildcard_add_files()