Searched refs:state_path (Results 1 – 3 of 3) sorted by relevance
1232 def postprocess_client_state(self, state_path): argument1245 self._state.read_from_file(state_path)1246 os.remove(state_path)1252 logging.debug('Client state file %s not found', state_path)
924 state_path = os.path.join(self.results_dir, state_file)925 self.host.job.postprocess_client_state(state_path)
733 state_path = os.path.join(cpu, 'state*')734 states = glob.glob(state_path)