Searched refs:pre_exec_check (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_ume.h84 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
/external/valgrind/main/coregrind/m_ume/
H A Dmain.c68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid) function
143 res = VG_(pre_exec_check)(exe, &fd, False/*allow_setuid*/);
148 "invalid VG_(pre_exec_check) result");
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2695 res = VG_(pre_exec_check)((const HChar *)ARG1, NULL, setuid_allowed);

Completed in 126 milliseconds