Home
last modified time | relevance | path

Searched refs:DumpFlog (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
Dfirmware_Cr50DeepSleepStress.py251 new_flog = cr50_utils.DumpFlog(self.host).strip()
287 original_flog = cr50_utils.DumpFlog(self.host).strip()
/external/autotest/client/common_lib/cros/
Dcr50_utils.py673 def DumpFlog(client): function