Searched refs:process_path (Results 1 – 4 of 4) sorted by relevance
29 process_path = variable_expander.Expand(expectation_name)30 is_running = process_path in running_process_paths32 ('Process %s is running' % process_path) if is_running else \33 ('Process %s is not running' % process_path)
23 def CloseWindows(process_path): argument36 process_ids = chrome_helper.GetProcessIDs(process_path)51 def KillNamedProcess(process_path): argument60 return os.system('taskkill /f /im %s' % os.path.basename(process_path)) == 0
26 def GetProcessIDs(process_path): argument36 path == process_path]
257 self.process_path = line[5:].strip()