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

  /external/valgrind/main/coregrind/m_ume/
main.c 69 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid)
78 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);
85 ret = VG_(check_executable)(&is_setuid, (HChar*)exe_name, allow_setuid);
92 exe_name);
201 static Int do_exec_shell_followup(Int ret, HChar* exe_name, ExeInfo* info)
212 if (is_binary_file(exe_name)) {
213 VG_(fmsg)("%s: cannot execute binary file\n", exe_name);
223 info->argv[0] = (char *)exe_name;
230 exe_name, info->interp_name, VG_(strerror)(ret));
239 res = VG_(stat)(exe_name, &st)
    [all...]
  /external/valgrind/main/coregrind/
pub_core_ume.h 81 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 97 char exe_name[20]; local
103 strcpy(exe_name, mapsfile);
111 strcat(exe_name, "/exe");
113 if (!realpath(exe_name, image_name))
115 strcpy(image_name, exe_name);
  /external/oprofile/pp/
oparchive.cpp 126 string exe_name = it->image; local
133 exe_name = classes.extra_found_images.strip_path_prefix(real_exe_name);
139 string exe_archive_file = options::outdirectory + exe_name;
142 if (it->error == image_not_found && is_prefix(exe_name, "anon "))
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 64 HChar* exe_name; local
69 exe_name = ML_(find_executable)( VG_(args_the_exename) );
71 if (!exe_name) {
77 ret = VG_(do_exec)(exe_name, info);
83 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
initimg-linux.c 78 HChar* exe_name; local
83 exe_name = ML_(find_executable)( VG_(args_the_exename) );
85 if (!exe_name) {
91 ret = VG_(do_exec)(exe_name, info);
93 VG_(printf)("valgrind: could not execute '%s'\n", exe_name);
101 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
    [all...]
  /external/chromium/base/
process_util_linux.cc 147 FilePath exe_name; local
148 if (!file_util::ReadSymbolicLink(stat_file, &exe_name)) {
152 return exe_name;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 801 static SysRes simple_pre_exec_check ( const HChar* exe_name,
809 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);
821 (HChar*)exe_name, setuid_allowed);
    [all...]
syswrap-darwin.c     [all...]

Completed in 220 milliseconds