Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_run.py8 device_binary = host_to_device_path(sys.argv[0]) variable
29 device_stdout = device_binary + ".stdout"
30 device_stderr = device_binary + ".stderr"
31 device_exitcode = device_binary + ".exitcode"
39 device_binary,