Lines Matching refs:cros_machine
333 def _TryToLockMachine(self, cros_machine): argument
335 assert cros_machine, "Machine can't be None"
337 if m.name == cros_machine.name:
341 locked = file_lock_machine.Machine(cros_machine.name,
345 self._machines.append(cros_machine)
350 machine=cros_machine.name)
352 cros_machine.checksum = out.strip()
354 self.logger.LogOutput("Couldn't lock: %s" % cros_machine.name)
649 def _TryToLockMachine(self, cros_machine): argument
650 self._machines.append(cros_machine)
651 cros_machine.checksum = ''