Home
last modified time | relevance | path

Searched refs:dirtree_path (Results 1 – 22 of 22) sorted by relevance

/external/toybox/lib/
Ddirtree.c59 char *path = parent ? dirtree_path(parent, 0) : ""; in dirtree_add_node()
75 char *dirtree_path(struct dirtree *node, int *plen) in dirtree_path() function
87 path = dirtree_path(node->parent, &len); in dirtree_path()
140 char *path = dirtree_path(node, 0); in dirtree_recurse()
Dlib.h96 char *dirtree_path(struct dirtree *node, int *plen);
/external/toybox/toys/posix/
Drm.c42 char *s = dirtree_path(try, 0); in do_rm()
61 char *s = dirtree_path(try, 0); in do_rm()
74 char *s = dirtree_path(try, 0); in do_rm()
Dcp.c152 error_msg("'%s' is '%s'", catch, err = dirtree_path(try, 0)); in cp_node()
164 error_msg("dir at '%s'", s = dirtree_path(try, 0)); in cp_node()
173 s = dirtree_path(try, 0)); in cp_node()
180 char *s = dirtree_path(try, 0); in cp_node()
227 s = dirtree_path(try, 0); in cp_node()
326 perror_msg("chown '%s'", pp = dirtree_path(try, 0)); in cp_node()
354 f = dirtree_path(try, 0); in cp_node()
Dfind.c153 char *s=dirtree_path(new, 0); in do_print()
220 error_msg("'%s': loop detected", s = dirtree_path(new, 0)); in do_find()
339 if (new && is_path) name = path = dirtree_path(new, 0); in do_find()
353 char *path = dirtree_path(new, 0), *context; in do_find()
504 name = aa->dir ? xstrdup(new->name) : dirtree_path(new, 0); in do_find()
Dchmod.c50 char *s = dirtree_path(try, 0);
Dchgrp.c59 char *path = dirtree_path(node, 0); in do_chgrp()
Ddu.c70 if (node) name = dirtree_path(node, NULL); in print()
Dgrep.c442 name = dirtree_path(new, 0); in do_grep_r()
Dls.c338 char *path = dirtree_path(indir, 0); in listfiles()
/external/toybox/toys/other/
Dacpi.c55 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, NULL)), O_RDONLY))) { in acpi_callback()
94 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, NULL)), O_RDONLY))) { in temp_callback()
119 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, &dfd)), O_RDONLY))) { in cool_callback()
Dchcon.c30 path = dirtree_path(try, 0); in do_chcon()
Dlsusb.c26 name = dirtree_path(new, 0); in list_device()
Dlsattr.c153 fpath = dirtree_path(root, NULL); in retell_dir()
269 fpath = dirtree_path(root, NULL); in update_attr()
Dmodinfo.c91 modinfo_file(s = dirtree_path(new, 0)); in check_module()
Dsysctl.c74 path = dirtree_path(dt, 0); in do_show_keys()
Dlosetup.c137 s = dirtree_path(node, 0); in dash_a()
Di2ctools.c164 fname = dirtree_path(node, &suffix_len); in i2cdetect_dash_l()
/external/toybox/toys/pending/
Dmdev.c274 char *dev = dirtree_path(node, &len); in callback()
Ddiff.c467 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip()
489 full_path = dirtree_path(node, NULL); in add_to_list()
Dmodprobe.c224 filename = dirtree_path(node, NULL); in config_action()
Dtar.c279 path = dirtree_path(node, 0); in add_to_tar()