HomeSort by relevance Sort by last modified time
    Searched defs:exe_name (Results 1 - 6 of 6) 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 65 HChar* exe_name; local
70 exe_name = ML_(find_executable)( VG_(args_the_exename) );
72 if (!exe_name) {
78 ret = VG_(do_exec)(exe_name, info);
84 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
initimg-linux.c 74 HChar* exe_name; local
79 exe_name = ML_(find_executable)( VG_(args_the_exename) );
81 if (!exe_name) {
87 ret = VG_(do_exec)(exe_name, info);
89 VG_(printf)("valgrind: could not execute '%s'\n", exe_name);
97 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 109 milliseconds