Home
last modified time | relevance | path

Searched refs:state_path (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/
Dserver_job.py1351 def postprocess_client_state(self, state_path): argument
1364 self._state.read_from_file(state_path)
1365 os.remove(state_path)
1371 logging.debug('Client state file %s not found', state_path)
Dautotest.py954 state_path = os.path.join(self.results_dir, state_file)
955 self.host.job.postprocess_client_state(state_path)
/external/autotest/client/cros/
Dpower_status.py730 state_path = os.path.join(cpu, 'state*')
731 states = glob.glob(state_path)