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

/external/libchrome/base/process/
H A Dkill.cc11 bool KillProcesses(const FilePath::StringType& executable_name, argument
15 NamedProcessIterator iter(executable_name, filter);
H A Dprocess_iterator.cc38 const FilePath::StringType& executable_name,
40 executable_name_(executable_name) {
57 int GetProcessCount(const FilePath::StringType& executable_name, argument
60 NamedProcessIterator iter(executable_name, filter);
37 NamedProcessIterator( const FilePath::StringType& executable_name, const ProcessFilter* filter) argument
H A Dkill_posix.cc102 bool WaitForProcessesToExit(const FilePath::StringType& executable_name, argument
112 NamedProcessIterator iter(executable_name, filter);
123 bool CleanupProcesses(const FilePath::StringType& executable_name, argument
127 bool exited_cleanly = WaitForProcessesToExit(executable_name, wait, filter);
129 KillProcesses(executable_name, exit_code, filter);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c505 find_separate_debug_file (const HChar *executable_name) argument
516 if (VG_(strcasestr) (executable_name, ".dSYM") == NULL)
519 basename_str = VG_(basename) (executable_name);
521 VG_(strlen) (executable_name)
528 VG_(strcpy) (dsymfile, executable_name);
545 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name));

Completed in 113 milliseconds