HomeSort by relevance Sort by last modified time
    Searched refs:process_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/mini_installer/
process_verifier.py 29 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)
chrome_helper.py 30 process_path = win32process.GetModuleFileNameEx(process_handle, 0)
31 process_id_and_path_pairs.append((process_id, process_path))
38 def GetProcessIDs(process_path):
39 """Returns a list of IDs of processes whose path is |process_path|.
42 process_path: The path to the process.
48 path == process_path]
quit_chrome.py 22 def CloseWindows(process_path):
23 """Closes all windows owned by processes whose path is |process_path|.
26 process_path: The path to the process.
34 process_ids = chrome_helper.GetProcessIDs(process_path)

Completed in 34 milliseconds