Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_run.py8 device_binary = host_to_device_path(sys.argv[0]) variable
23 device_stdout = device_binary + '.stdout'
24 device_stderr = device_binary + '.stderr'
25 device_exitcode = device_binary + '.exitcode'
27 (ANDROID_TMPDIR, device_env, device_binary, device_args,