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

  /external/chromium_org/base/process/
process_handle_linux.cc 22 FilePath exe_name; local
23 if (!ReadSymbolicLink(stat_file, &exe_name)) {
27 return exe_name;
  /external/chromium_org/sandbox/win/src/
interception_unittest.cc 79 wchar_t exe_name[MAX_PATH]; local
80 ASSERT_NE(0u, GetModuleFileName(NULL, exe_name, MAX_PATH - 1));
83 ::GetModuleHandle(exe_name));
166 wchar_t exe_name[MAX_PATH]; local
167 ASSERT_NE(0u, GetModuleFileName(NULL, exe_name, MAX_PATH - 1));
170 ::GetModuleHandle(exe_name));
process_thread_dispatcher.cc 33 base::string16 exe_name; local
40 exe_name = cmd_line.substr(1, pos - 1);
47 exe_name = cmd_line;
49 exe_name = cmd_line.substr(0, pos);
53 return exe_name;
212 base::string16 exe_name;
214 exe_name = *name;
216 exe_name = GetPathFromCmdLine(*cmd_line);
218 if (IsPathRelative(exe_name)) {
219 if (!ConvertToAbsolutePath(*cur_dir, name->empty(), &exe_name)) {
    [all...]
process_policy_test.cc 43 const wchar_t *exe_name = NULL; local
45 exe_name = exe.c_str();
54 if (::CreateProcessW(exe_name, const_cast<wchar_t*>(cmd_line), NULL, NULL,
79 exe_name ? base::SysWideToMultiByte(exe_name, CP_UTF8).c_str() : NULL,
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 77 wchar_t exe_name[MAX_PATH]; local
78 if (0 == GetModuleFileName(NULL, exe_name, MAX_PATH - 1)) {
88 exe_name,
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_state_changer_win.h 27 PWSTR exe_name; // The file name of the creating executable. member in struct:NOTIFYITEM
  /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/chromium_org/chrome/browser/
process_singleton_browsertest.cc 194 base::FilePath::StringType exe_name = program.BaseName().value(); local
195 while (base::GetProcessCount(exe_name, &process_tree_filter) > 0 &&
197 base::KillProcesses(exe_name, kExitCode, &process_tree_filter);
  /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 const 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 const 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_org/chrome/installer/mini_installer/
mini_installer.cc 312 const wchar_t* exe_name = GetNameFromPathExt(full_exe_path.get(), len); local
313 if (exe_name == NULL)
317 if (!StrEndsWith(configuration.program(), exe_name)) {
322 const wchar_t* tmp = SearchStringI(configuration.command_line(), exe_name);
  /external/lldb/source/API/
SBProcess.cpp 1170 const char *exe_name = NULL; local
1172 exe_name = exe_module->GetFileSpec().GetFilename().AsCString();
    [all...]
  /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 332 milliseconds