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

  /external/toybox/toys/pending/
useradd.c 107 if (xrun((char *[]){"groupadd", *toys.optargs, s, 0}))
140 toys.exitval = xrun((char *[]){"cp", "-R", skel, p, 0});
141 else toys.exitval = xrun((char *[]){"mkdir", "-p", p, 0});
143 toys.exitval |= xrun((char *[]){"chown", "-R",
151 if (xrun((char *[]){"passwd", pwd.pw_name, 0})) error_exit("passwd");
155 if (xrun((char *[]){"groupadd", *toys.optargs, TT.u_grp, 0}))
mdev.c 60 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0});
  /external/toybox/toys/other/
nsenter.c 137 toys.exitval = xrun(toys.optargs);
163 toys.exitval = xrun(toys.optargs);
inotifyd.c 107 xrun(prog_args);
  /external/toybox/lib/
lib.h 116 int xrun(char **argv);
xwrap.c 283 int xrun(char **argv) function
  /external/toybox/toys/lsb/
mount.c 172 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0});
  /external/toybox/toys/posix/
cp.c 474 if (xrun((char *[]){"strip", "-p", TT.destname, 0})) toys.exitval = 1;
find.c 123 rc = xrun(newargs);

Completed in 323 milliseconds