Home
last modified time | relevance | path

Searched refs:process_path (Results 1 – 3 of 3) 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)
Dchrome_helper.py30 process_path = win32process.GetModuleFileNameEx(process_handle, 0)
31 process_id_and_path_pairs.append((process_id, process_path))
38 def GetProcessIDs(process_path): argument
48 path == process_path]
Dquit_chrome.py22 def CloseWindows(process_path): argument
34 process_ids = chrome_helper.GetProcessIDs(process_path)