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

  /external/valgrind/main/none/tests/
exec-sigmask.c 10 static void do_exec(const char *path, const char *arg, const sigset_t *mask) function
48 do_exec(argv[0], "full", &mask);
51 do_exec(argv[0], "empty", &mask);
  /external/valgrind/main/coregrind/
pub_core_ume.h 44 // inputs/outputs of do_exec().
88 extern Int VG_(do_exec)(const HChar* exe, ExeInfo* info);
  /system/core/init/
keywords.h 9 int do_exec(int nargs, char **args);
55 KEYWORD(exec, COMMAND, 1, do_exec)
builtins.c 242 int do_exec(int nargs, char **args) function
  /external/valgrind/main/coregrind/m_ume/
main.c 136 // VG_(do_exec)() invocation from m_main.c for how that's handled.)
196 // If the do_exec fails we try to emulate what the shell does (I used
198 // things that VG_(do_exec)() (which subsitutes for the kernel's exec())
273 Int VG_(do_exec)(const HChar* exe_name, ExeInfo* info) function
  /external/openssh/
session.c 118 int do_exec(Session *, const char *);
409 if (do_exec(s, command) != 0)
414 if (do_exec(s, NULL) != 0)
791 do_exec(Session *s, const char *command) function
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 78 ret = VG_(do_exec)(exe_name, info);
initimg-linux.c 87 ret = VG_(do_exec)(exe_name, info);
    [all...]
  /external/dbus/dbus/
dbus-spawn.c 910 do_exec (int child_err_report_fd, function
1223 do_exec (child_err_report_pipe[WRITE_END],
    [all...]
  /external/qemu/slirp/
tcp_subr.c     [all...]
  /external/qemu/slirp-android/
tcp_subr.c 1124 goto do_exec;
1140 do_exec:

Completed in 729 milliseconds