HomeSort by relevance Sort by last modified time
    Searched refs:xchdir (Results 1 - 10 of 10) 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/
sh.c 358 xchdir(dest ? dest : "/");
bootchartd.c 148 xchdir((dir = xstrdup(dir)));
153 xchdir(*target);
modprobe.c 507 xchdir("/lib/modules");
509 xchdir(uts.release);
crond.c 650 xchdir(TT.crontabs_dir);
tar.c 769 if (toys.optflags & FLAG_C) xchdir(TT.dir);
  /external/toybox/toys/posix/
cpio.c 98 xchdir(TT.pass);
  /external/toybox/lib/
xwrap.c 510 void xchdir(char *path) function
518 xchdir("/");
lib.h 136 void xchdir(char *path);

Completed in 138 milliseconds