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

  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 25 if utils.system_output('crossystem mainfw_type') == 'nonchrome':
  /external/autotest/client/bin/
site_sysinfo.py 364 # If the output of 'crossystem mainfw_type' is 'nonchrome', then
367 mainfw_type = utils.system_output('crossystem mainfw_type')
368 if mainfw_type == 'nonchrome':
373 'output of "crossystem mainfw_type" is "%s"',
374 mainfw_type)

Completed in 6372 milliseconds