Searched refs:process_path (Results 1 – 3 of 3) 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)
30 process_path = win32process.GetModuleFileNameEx(process_handle, 0)31 process_id_and_path_pairs.append((process_id, process_path))38 def GetProcessIDs(process_path): argument48 path == process_path]
22 def CloseWindows(process_path): argument34 process_ids = chrome_helper.GetProcessIDs(process_path)