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

  /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;

Completed in 1134 milliseconds