Searched refs:stderr (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | adb_handler.py | 29 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) 34 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret) 39 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) 44 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret) 49 def __init__(self, cmd, stdout, stderr, ret_code): argument 52 self.stderr = stderr 57 ) % (self.cmd, self.ret_code, self.stdout, self.stderr)
|
D | tf_runner.py | 149 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1,
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | x86app_process64.txt | 182 000000005e00 001900000006 R_X86_64_GLOB_DAT 0000000000000000 stderr@LIBC + 0 276 25: 0000000000000000 0 OBJECT GLOBAL DEFAULT UND stderr@LIBC (2)
|
D | x86app_process32.txt | 142 00005ef4 00001706 R_386_GLOB_DAT 00000000 stderr@LIBC 238 23: 00000000 0 OBJECT GLOBAL DEFAULT UND stderr@LIBC (2)
|