HomeSort by relevance Sort by last modified time
    Searched refs:xchdir (Results 1 - 11 of 11) sorted by null

  /external/toybox/toys/lsb/
su.c 79 xchdir(up->pw_dir);
  /external/toybox/toys/other/
makedevs.c 53 xchdir(*toys.optargs);
  /external/toybox/toys/pending/
bootchartd.c 149 xchdir((dir = xstrdup(dir)));
154 xchdir(*target);
modprobe.c 526 xchdir(dirs->arg);
559 xchdir(dirs->arg);
565 xchdir(dirs->arg);
sh.c 115 xchdir(dest ? dest : "/");
crond.c 651 xchdir(TT.crontabs_dir);
tar.c 778 if (toys.optflags & FLAG_C) xchdir(TT.dir);
  /external/toybox/toys/posix/
cpio.c 99 xchdir(TT.pass);
patch.c 271 if (TT.dir) xchdir(TT.dir);
  /external/toybox/lib/
xwrap.c 584 void xchdir(char *path) function
592 xchdir("/");
lib.h 161 void xchdir(char *path);

Completed in 179 milliseconds