Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup233 ASAN_RT_PATH="$lib"
235 ASAN_RT_PATH=$(dirname "$lib")
237 ASAN_RT_PATH="$HERE"
248 ASAN_RT_PATH="$(dirname "$P")"
252 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT" ]]; then
258 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT64" ]]; then
307 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
309 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup232 ASAN_RT_PATH="$lib"
234 ASAN_RT_PATH=$(dirname "$lib")
236 ASAN_RT_PATH="$HERE"
247 ASAN_RT_PATH="$(dirname "$P")"
251 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT" ]]; then
257 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT64" ]]; then
306 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
308 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"