HomeSort by relevance Sort by last modified time
    Searched full:dirtree_path (Results 1 - 22 of 22) sorted by null

  /external/toybox/toys/other/
acpi.c 55 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, NULL)), O_RDONLY))) {
94 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, NULL)), O_RDONLY))) {
119 if (0 <= (dfd = open((TT.cpath=dirtree_path(tree, &dfd)), O_RDONLY))) {
chcon.c 30 path = dirtree_path(try, 0);
lsusb.c 26 name = dirtree_path(new, 0);
modinfo.c 93 modinfo_file(s = dirtree_path(new, 0));
lsattr.c 153 fpath = dirtree_path(root, NULL);
269 fpath = dirtree_path(root, NULL);
losetup.c 136 s = dirtree_path(node, 0);
sysctl.c 74 path = dirtree_path(dt, 0);
  /external/toybox/lib/
dirtree.c 59 char *path = parent ? dirtree_path(parent, 0) : "";
75 char *dirtree_path(struct dirtree *node, int *plen) function
87 path = dirtree_path(node->parent, &len);
140 char *path = dirtree_path(node, 0);
lib.h 95 char *dirtree_path(struct dirtree *node, int *plen);
  /external/toybox/toys/posix/
rm.c 41 char *s = dirtree_path(try, 0);
60 char *s = dirtree_path(try, 0);
cp.c 152 error_msg("'%s' is '%s'", catch, err = dirtree_path(try, 0));
164 error_msg("dir at '%s'", s = dirtree_path(try, 0));
173 s = dirtree_path(try, 0));
180 char *s = dirtree_path(try, 0);
227 s = dirtree_path(try, 0);
324 perror_msg("chown '%s'", pp = dirtree_path(try, 0));
352 f = dirtree_path(try, 0);
chmod.c 50 char *s = dirtree_path(try, 0);
chgrp.c 59 char *path = dirtree_path(node, 0);
du.c 70 if (node) name = dirtree_path(node, NULL);
find.c 154 char *s=dirtree_path(new, 0);
221 error_msg("'%s': loop detected", s = dirtree_path(new, 0));
323 if (new && s[i] == 'p') name = path = dirtree_path(new, 0);
480 name = aa->dir ? xstrdup(new->name) : dirtree_path(new, 0);
grep.c 357 name = dirtree_path(new, 0);
ls.c 345 char *path = dirtree_path(indir, 0);
  /external/toybox/toys/pending/
mdev.c 211 char *dev = dirtree_path(node, &len);
modprobe.c 224 filename = dirtree_path(node, NULL);
diff.c 457 char *tmp = NULL, *ptr, *f_path = dirtree_path(node, NULL);
479 full_path = dirtree_path(node, NULL);
tar.c 279 path = dirtree_path(node, 0);
  /external/toybox/www/
code.html     [all...]

Completed in 215 milliseconds