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

  /external/autotest/server/site_tests/autoupdate_Interruptions/
autoupdate_Interruptions.py 93 rootfs_hostlog, reboot_hostlog = self._create_hostlog_files()
94 self.verify_update_events(chromeos_version, rootfs_hostlog)
  /external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
autoupdate_ForcedOOBEUpdate.py 167 rootfs_hostlog, reboot_hostlog = self._create_hostlog_files()
168 self.verify_update_events(self._CUSTOM_LSB_VERSION, rootfs_hostlog)
  /external/autotest/server/cros/update_engine/
update_engine_test.py 518 rootfs_hostlog = os.path.join(self.resultsdir, 'hostlog_rootfs')
526 with open(rootfs_hostlog, 'w') as outfile:
531 return rootfs_hostlog, reboot_hostlog

Completed in 3406 milliseconds