Searched refs:executable_name (Results 1 - 13 of 13) sorted by relevance
/external/libchrome/base/process/ |
H A D | kill.cc | 11 bool KillProcesses(const FilePath::StringType& executable_name, argument 15 NamedProcessIterator iter(executable_name, filter);
|
H A D | process_iterator.cc | 38 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 D | kill.h | 50 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 D | kill_posix.cc | 102 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 D | process_iterator.h | 129 NamedProcessIterator(const FilePath::StringType& executable_name, 145 BASE_EXPORT int GetProcessCount(const FilePath::StringType& executable_name,
|
/external/chromium-trace/catapult/telemetry/telemetry/util/mac/ |
H A D | keychain_helper.py | 11 def _PathForExecutable(executable_name): 14 return binary_manager.FetchPath(executable_name, arch_name, 'mac')
|
/external/gmock/test/ |
H A D | gmock_test_utils.py | 60 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/test/ |
H A D | gmock_test_utils.py | 60 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 D | gtest_test_utils.py | 141 def GetTestExecutablePath(executable_name, build_dir=None): 148 executable_name: name of the test binary that the test script runs. 157 executable_name))
|
/external/gtest/test/ |
H A D | gtest_test_utils.py | 156 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 D | gtest_test_utils.py | 141 def GetTestExecutablePath(executable_name, build_dir=None): 148 executable_name: name of the test binary that the test script runs. 157 executable_name))
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
H A D | gtest_test_utils.py | 156 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 D | readmacho.c | 505 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 377 milliseconds