Home
last modified time | relevance | path

Searched refs:CHROME_VERSION_COMMAND (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/cros/
Dconstants.py20 CHROME_VERSION_COMMAND = BROWSER_EXE + ' --version' variable
/external/autotest/client/cros/image_comparison/
Dpublisher.py112 constants.CHROME_VERSION_COMMAND, ignore_status=True)
/external/autotest/client/cros/ui/
Dui_test_base.py126 constants.CHROME_VERSION_COMMAND, ignore_status=True)
/external/autotest/client/bin/
Dsite_sysinfo.py319 command(constants.CHROME_VERSION_COMMAND, "chrome_version"))
389 version_string = utils.system_output(constants.CHROME_VERSION_COMMAND,
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py385 chrome_version = utils.system_output(constants.CHROME_VERSION_COMMAND,
/external/autotest/server/hosts/
Dcros_host.py1599 version_string = self.run(client_constants.CHROME_VERSION_COMMAND).stdout