Searched refs:flash_path (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | desktop_browser_finder.py | 26 def __init__(self, browser_type, finder_options, executable, flash_path, argument 35 self._flash_path = flash_path 143 flash_path = binary_manager.LocalPath('flash', arch_name, os_name) 145 flash_path = None 180 'exact', finder_options, normalized_executable, flash_path, 193 browser_type, finder_options, app, flash_path,
|
D | desktop_browser_backend.py | 105 flash_path, is_content_shell, browser_directory, argument 124 assert not flash_path or os.path.exists(flash_path) 125 self._flash_path = flash_path
|