HomeSort by relevance Sort by last modified time
    Searched refs:_SystemOutput (Results 1 - 2 of 2) sorted by null

  /external/autotest/site_utils/suite_scheduler/
manifest_versions_unittest.py 133 self.mox.StubOutWithMock(manifest_versions, '_SystemOutput')
134 manifest_versions._SystemOutput(
146 self.mox.StubOutWithMock(manifest_versions, '_SystemOutput')
147 manifest_versions._SystemOutput(
167 self.mox.StubOutWithMock(manifest_versions, '_SystemOutput')
168 manifest_versions._SystemOutput(
185 self.mox.StubOutWithMock(manifest_versions, '_SystemOutput')
186 manifest_versions._SystemOutput(mox.StrContains('log')).AndReturn([])
207 self.mox.StubOutWithMock(manifest_versions, '_SystemOutput')
208 manifest_versions._SystemOutput(mox.StrContains('log')).AndRaise
    [all...]
manifest_versions.py 33 def _SystemOutput(command, timeout=None, args=()):
105 self._git = _SystemOutput('which git')
129 return _SystemOutput(log_cmd).strip() != ''
274 return _SystemOutput(self._BuildCommand('log',
374 if not manifest_paths or not _SystemOutput(log_cmd):
376 manifests = _SystemOutput('%s|xargs %s' % (log_cmd,

Completed in 956 milliseconds