/external/valgrind/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);
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
noembed.h | 10 #ifdef do_exec 11 #undef do_exec macro
|
/external/iproute2/tc/ |
tc_common.h | 11 extern int do_exec(int argc, char **argv);
|
tc_exec.c | 85 int do_exec(int argc, char **argv) function
|
tc.c | 244 return do_exec(argc-1, argv+1);
|
/external/valgrind/coregrind/m_ume/ |
main.c | 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()) 281 Int VG_(do_exec)(const HChar* exe_name, ExeInfo* info) function
|
/external/valgrind/coregrind/ |
pub_core_ume.h | 46 // inputs/outputs of do_exec(). 97 extern Int VG_(do_exec)(const HChar* exe, ExeInfo* info);
|
/external/valgrind/ |
README_DEVELOPERS | 111 a breakpoint VG_(do_exec), you could do like this in GDB:
|
/external/dbus/dbus/ |
dbus-spawn.c | 933 do_exec (int child_err_report_fd, function [all...] |
/system/core/init/ |
builtins.cpp | 261 static int do_exec(const std::vector<std::string>& args) { function 948 {"exec", {1, kMax, do_exec}},
|
/external/valgrind/coregrind/m_initimg/ |
initimg-darwin.c | 77 ret = VG_(do_exec)(exe_name, info);
|
initimg-solaris.c | 83 ret = VG_(do_exec)(exe_name, info); [all...] |
initimg-linux.c | 86 ret = VG_(do_exec)(exe_name, info); [all...] |