Home
last modified time | relevance | path

Searched refs:dirtree_notdotdot (Results 1 – 24 of 24) sorted by relevance

/third_party/toybox/toys/other/
Dchcon.c28 if (!dirtree_notdotdot(try)) return 0; in do_chcon()
Dlsattr.c158 && dirtree_notdotdot(root)) { in retell_dir()
258 if (!dirtree_notdotdot(root)) return 0; in update_attr()
Dswitch_root.c32 if (node->st.st_dev == TT.rootdev && dirtree_notdotdot(node)) {
Dmodinfo.c81 if (!dirtree_notdotdot(new)) return 0; in check_module()
Dsysctl.c71 if (!dirtree_notdotdot(dt)) return 0; // Skip . and .. in do_show_keys()
/third_party/toybox/porting/liteos_a/toys/posix/
Dchmod.c46 if (!dirtree_notdotdot(try)) return 0;
Ddu.c100 else if (!dirtree_notdotdot(node)) return 0; in do_du()
Dls.c226 return dirtree_notdotdot(new) & DIRTREE_SAVE; in filter()
535 if (!indir->parent || ((flags&FLAG_R) && dirtree_notdotdot(sort[ul]))) in listfiles()
Dcp.c118 if (!dirtree_notdotdot(try)) return 0; in cp_node()
/third_party/toybox/toys/posix/
Dchmod.c46 if (!dirtree_notdotdot(try)) return 0;
Dchgrp.c50 if (!dirtree_notdotdot(node)) return 0; in do_chgrp()
Ddu.c116 else if (!dirtree_notdotdot(node)) return 0; in do_du()
Dls.c234 return dirtree_notdotdot(new) & DIRTREE_SAVE; in filter()
545 if (!indir->parent || ((flags&FLAG_R) && dirtree_notdotdot(sort[ul]))) in listfiles()
Dcp.c134 if (!dirtree_notdotdot(try)) return 0; in cp_node()
Dgrep.c420 if (!dirtree_notdotdot(new)) return 0; in do_grep_r()
Dfind.c231 if (!dirtree_notdotdot(new)) return 0; in do_find()
Dtar.c185 if (!dirtree_notdotdot(node)) return 0; in add_to_tar()
/third_party/toybox/porting/liteos_a/lib/
Ddirtree.c25 int dirtree_notdotdot(struct dirtree *catch) in dirtree_notdotdot() function
Dlib.h101 int dirtree_notdotdot(struct dirtree *catch);
/third_party/toybox/lib/
Ddirtree.c17 int dirtree_notdotdot(struct dirtree *catch) in dirtree_notdotdot() function
Dlib.h99 int dirtree_notdotdot(struct dirtree *catch);
/third_party/toybox/toys/pending/
Dmodprobe.c214 if (!dirtree_notdotdot(node)) return 0; in config_action()
Dmke2fs.c578 dti = dirtree_read(toybuf, dirtree_notdotdot); in mke2fs_main()
Ddiff.c502 if (!dirtree_notdotdot(node)) return 0; in list_dir()