Searched refs:dirtree_path (Results 1 – 21 of 21) sorted by relevance
/external/toybox/lib/ |
D | dirtree.c | 58 char *path = parent ? dirtree_path(parent, 0) : ""; in dirtree_add_node() 74 char *dirtree_path(struct dirtree *node, int *plen) in dirtree_path() function 86 path = dirtree_path(node->parent, &len); in dirtree_path() 144 char *path = dirtree_path(node, 0); in dirtree_recurse()
|
D | lib.h | 82 char *dirtree_path(struct dirtree *node, int *plen);
|
/external/toybox/toys/other/ |
D | acpi.c | 55 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()
|
D | chcon.c | 30 path = dirtree_path(try, 0); in do_chcon()
|
D | lsusb.c | 26 name = dirtree_path(new, 0); in list_device()
|
D | lsattr.c | 150 fpath = dirtree_path(root, NULL); in retell_dir() 266 fpath = dirtree_path(root, NULL); in update_attr()
|
D | modinfo.c | 91 modinfo_file(s = dirtree_path(new, NULL)); in check_module()
|
D | sysctl.c | 74 path = dirtree_path(dt, 0); in do_show_keys()
|
D | losetup.c | 143 s = dirtree_path(node, 0); in dash_a()
|
/external/toybox/toys/posix/ |
D | cp.c | 169 error_msg("'%s' is '%s'", catch, err = dirtree_path(try, 0)); in cp_node() 181 error_msg("dir at '%s'", s = dirtree_path(try, 0)); in cp_node() 190 s = dirtree_path(try, 0)); in cp_node() 197 char *s = dirtree_path(try, 0); in cp_node() 244 s = dirtree_path(try, 0); in cp_node() 341 perror_msg("chown '%s'", pp = dirtree_path(try, 0)); in cp_node()
|
D | rm.c | 41 char *s = dirtree_path(try, 0); in do_rm() 60 char *s = dirtree_path(try, 0); in do_rm()
|
D | find.c | 152 char *s=dirtree_path(new, 0); in do_print() 219 error_msg("'%s': loop detected", s = dirtree_path(new, 0)); in do_find() 321 if (new && s[i] == 'p') name = path = dirtree_path(new, 0); in do_find() 474 name = aa->dir ? xstrdup(new->name) : dirtree_path(new, 0); in do_find()
|
D | chmod.c | 50 char *s = dirtree_path(try, 0);
|
D | chgrp.c | 59 char *path = dirtree_path(node, 0); in do_chgrp()
|
D | du.c | 70 if (node) name = dirtree_path(node, NULL); in print()
|
D | grep.c | 327 name = dirtree_path(new, 0); in do_grep_r()
|
D | ls.c | 338 char *path = dirtree_path(indir, 0); in listfiles()
|
/external/toybox/toys/pending/ |
D | mdev.c | 212 char *dev = dirtree_path(node, &len); in callback()
|
D | diff.c | 457 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL); in skip() 479 full_path = dirtree_path(node, NULL); in add_to_list()
|
D | modprobe.c | 226 filename = dirtree_path(node, NULL); in config_action()
|
D | tar.c | 278 path = dirtree_path(node, 0); in add_to_tar()
|