Lines Matching refs:cros_machine
359 def _TryToLockMachine(self, cros_machine): argument
361 assert cros_machine, "Machine can't be None"
363 if m.name == cros_machine.name:
367 locked = file_lock_machine.Machine(cros_machine.name,
371 self._machines.append(cros_machine)
376 machine=cros_machine.name)
378 cros_machine.checksum = out.strip()
380 self.logger.LogOutput("Couldn't lock: %s" % cros_machine.name)
676 def _TryToLockMachine(self, cros_machine): argument
677 self._machines.append(cros_machine)
678 cros_machine.checksum = ''