Home
last modified time | relevance | path

Searched refs:_SystemOutput (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/suite_scheduler/
Dmanifest_versions.py33 def _SystemOutput(command, timeout=None, args=()): function
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,
Dmanifest_versions_unittest.py134 manifest_versions._SystemOutput(
147 manifest_versions._SystemOutput(
168 manifest_versions._SystemOutput(
186 manifest_versions._SystemOutput(mox.StrContains('log')).AndReturn([])
208 manifest_versions._SystemOutput(mox.StrContains('log')).AndRaise(
223 manifest_versions._SystemOutput(