Searched refs:executable_name (Results 1 - 15 of 15) 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.cc39 const FilePath::StringType& executable_name,
41 executable_name_(executable_name) {
58 int GetProcessCount(const FilePath::StringType& executable_name, argument
61 NamedProcessIterator iter(executable_name, filter);
38 NamedProcessIterator( const FilePath::StringType& executable_name, const ProcessFilter* filter) argument
H A Dkill.h50 BASE_EXPORT bool KillProcesses(const FilePath::StringType& executable_name,
96 const FilePath::StringType& executable_name,
106 BASE_EXPORT bool CleanupProcesses(const FilePath::StringType& executable_name,
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);
H A Dprocess_iterator.h130 NamedProcessIterator(const FilePath::StringType& executable_name,
146 BASE_EXPORT int GetProcessCount(const FilePath::StringType& executable_name,
/external/chromium-trace/catapult/telemetry/telemetry/util/mac/
H A Dkeychain_helper.py11 def _PathForExecutable(executable_name):
14 return binary_manager.FetchPath(executable_name, arch_name, 'mac')
/external/google-breakpad/src/testing/test/
H A Dgmock_test_utils.py60 def GetTestExecutablePath(executable_name):
67 executable_name: name of the test binary that the test script runs.
73 return gtest_test_utils.GetTestExecutablePath(executable_name)
/external/googletest/googlemock/test/
H A Dgmock_test_utils.py60 def GetTestExecutablePath(executable_name):
67 executable_name: name of the test binary that the test script runs.
73 return gtest_test_utils.GetTestExecutablePath(executable_name)
/external/v8/testing/gmock/test/
H A Dgmock_test_utils.py60 def GetTestExecutablePath(executable_name):
67 executable_name: name of the test binary that the test script runs.
73 return gtest_test_utils.GetTestExecutablePath(executable_name)
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_test_utils.py141 def GetTestExecutablePath(executable_name, build_dir=None):
148 executable_name: name of the test binary that the test script runs.
157 executable_name))
/external/googletest/googletest/test/
H A Dgtest_test_utils.py156 def GetTestExecutablePath(executable_name, build_dir=None):
163 executable_name: name of the test binary that the test script runs.
172 executable_name))
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py141 def GetTestExecutablePath(executable_name, build_dir=None):
148 executable_name: name of the test binary that the test script runs.
157 executable_name))
/external/v8/testing/gtest/test/
H A Dgtest_test_utils.py156 def GetTestExecutablePath(executable_name, build_dir=None):
163 executable_name: name of the test binary that the test script runs.
172 executable_name))
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_test_utils.py156 def GetTestExecutablePath(executable_name, build_dir=None):
163 executable_name: name of the test binary that the test script runs.
172 executable_name))
/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 2375 milliseconds