Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dconstants.py22 CHROME_VERSION_COMMAND = BROWSER_EXE + ' --version' variable
/external/autotest/client/bin/
Dsite_sysinfo.py320 command(constants.CHROME_VERSION_COMMAND, "chrome_version"))
390 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.py2403 version_string = self.run(client_constants.CHROME_VERSION_COMMAND).stdout