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 355 xchdir(dest ? dest : "/");
bootchartd.c 148 xchdir((dir = xstrdup(dir)));
153 xchdir(*target);
modprobe.c 510 xchdir("/lib/modules");
512 xchdir(uts.release);
crond.c 650 xchdir(TT.crontabs_dir);
tar.c 769 if (toys.optflags & FLAG_C) xchdir(TT.dir);
  /external/toybox/lib/
lib.h 123 void xchdir(char *path);
xwrap.c 454 void xchdir(char *path) function
462 xchdir("/");
  /external/toybox/toys/posix/
cpio.c 87 xchdir(TT.pass);

Completed in 57 milliseconds