Searched defs:executable_name (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dprocess_util.cc14 int GetProcessCount(const FilePath::StringType& executable_name, argument
17 NamedProcessIterator iter(executable_name, filter);
23 bool KillProcesses(const FilePath::StringType& executable_name, int exit_code, argument
26 NamedProcessIterator iter(executable_name, filter);
60 const FilePath::StringType& executable_name,
62 executable_name_(executable_name) {
59 NamedProcessIterator( const FilePath::StringType& executable_name, const ProcessFilter* filter) argument
H A Dprocess_util_posix.cc1009 bool WaitForProcessesToExit(const FilePath::StringType& executable_name, argument
1020 NamedProcessIterator iter(executable_name, filter);
1031 bool CleanupProcesses(const FilePath::StringType& executable_name, argument
1036 WaitForProcessesToExit(executable_name, wait_milliseconds,
1039 KillProcesses(executable_name, exit_code, filter);
H A Dprocess_util_win.cc516 bool WaitForProcessesToExit(const std::wstring& executable_name, argument
523 NamedProcessIterator iter(executable_name, filter);
543 bool CleanupProcesses(const std::wstring& executable_name, argument
547 bool exited_cleanly = WaitForProcessesToExit(executable_name,
551 KillProcesses(executable_name, exit_code, filter);
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot_mac.cc46 std::string* executable_name) {
47 if (!executable_name) {
65 executable_name->resize(s_arg_max + 1);
66 if (sysctl(mib, arraysize(mib), &(*executable_name)[0],
73 // executable_name to just the first string.
74 size_t end_pos = executable_name->find('\0');
79 executable_name->resize(end_pos);
44 GetExecutableNameForProcessID( pid_t pid, std::string* executable_name) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c510 find_separate_debug_file (const Char *executable_name) argument
521 if (VG_(strcasestr) (executable_name, ".dSYM") == NULL)
524 basename_str = VG_(basename) (executable_name);
526 VG_(strlen) (executable_name)
533 VG_(strcpy) (dsymfile, executable_name);
550 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name));

Completed in 1603 milliseconds