Home
last modified time | relevance | path

Searched refs:process_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/mini_installer/
Dprocess_verifier.py29 process_path = variable_expander.Expand(expectation_name)
30 is_running = process_path in running_process_paths
32 ('Process %s is running' % process_path) if is_running else \
33 ('Process %s is not running' % process_path)
Dquit_chrome.py23 def CloseWindows(process_path): argument
36 process_ids = chrome_helper.GetProcessIDs(process_path)
51 def KillNamedProcess(process_path): argument
60 return os.system('taskkill /f /im %s' % os.path.basename(process_path)) == 0
Dchrome_helper.py26 def GetProcessIDs(process_path): argument
36 path == process_path]
/external/lldb/examples/python/
Dcrashlog.py257 self.process_path = line[5:].strip()