Searched refs:_subprocess_check_output (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/development/python-packages/fastboot/ |
H A 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
|
/aosp_15_r20/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output4.txt | 268 File "/tmp/Soong.python_sk3qnboh/adb/device.py", line 205, in _subprocess_check_output 284 return _subprocess_check_output( 285 File "/tmp/Soong.python_sk3qnboh/adb/device.py", line 208, in _subprocess_check_output
|