Searched refs:_subprocess_check_output (Results 1 – 2 of 2) sorted by relevance
/development/python-packages/fastboot/ |
D | 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/ |
D | device.py | 202 def _subprocess_check_output(*args, **kwargs): function 327 return _subprocess_check_output(
|