Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_run.py32 sys.stdout.write(pull_from_device(device_stdout))
33 sys.stderr.write(pull_from_device(device_stderr))
34 retcode = int(pull_from_device(device_exitcode))
H A Dandroid_common.py35 def pull_from_device(path): function