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

  /build/tools/releasetools/
amend_generator.py 71 self.script.append("run_program PACKAGE:check_prereq %s" % (timestamp,))
97 out = ["run_program PACKAGE:applypatch -c %s" % (filename,)]
110 self.script.append("run_program PACKAGE:applypatch -s %d" % (amount,))
162 ("run_program PACKAGE:applypatch %s %s %s %d " %
  /external/e2fsprogs/misc/
logsave.c 105 static int run_program(char **argv) function
232 rc = run_program(argv);
  /bootable/recovery/updater/
install.c 878 fprintf(stderr, "run_program: execv failed: %s\n", strerror(errno));
885 fprintf(stderr, "run_program: child exited with status %d\n",
889 fprintf(stderr, "run_program: child terminated by signal %d\n",
1034 RegisterFunction("run_program", RunProgramFn);
  /external/ppp/pppd/
pppd.h 480 pid_t run_program __P((char *prog, char **args, int must_exist,
    [all...]
ipv6cp.c     [all...]
ipxcp.c     [all...]
auth.c     [all...]
ipcp.c     [all...]
main.c 1661 run_program(prog, args, must_exist, done, arg) function
    [all...]

Completed in 922 milliseconds