Home
last modified time | relevance | path

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

/development/python-packages/fastboot/
Ddevice.py47 _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/
Ddevice.py203 def _subprocess_check_output(*args, **kwargs): function
330 return _subprocess_check_output(