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

  /development/python-packages/fastboot/
device.py 47 _subprocess_check_output([self.path, '--version'])
69 devices = _subprocess_check_output([self.path, 'devices']).splitlines()
85 output = _subprocess_check_output([self.path, 'getvar', name],
105 output = _subprocess_check_output([self.path, 'getvar', 'all'],
135 func = (_subprocess_check_output if quiet else subprocess.check_call)
154 func = (_subprocess_check_output if quiet else subprocess.check_call)
173 _subprocess_check_output(command, stderr=subprocess.STDOUT)
181 _subprocess_check_output(command, stderr=subprocess.STDOUT)
229 def _subprocess_check_output(*args, **kwargs): function
  /development/python-packages/adb/
device.py 203 def _subprocess_check_output(*args, **kwargs): function
212 # Call this instead of subprocess.Popen(). Like _subprocess_check_output().
330 return _subprocess_check_output(
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper_unittest.py 171 self._subprocess_check_output = subprocess.check_output
184 subprocess.check_output = self._subprocess_check_output

Completed in 193 milliseconds