Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup172 ASAN_RT="libclang_rt.asan-$ARCH-android.so"
194 adb_shell rm /system/lib/$ASAN_RT
202 elif [[ -f "$lib" && "$lib" == *"$ASAN_RT" ]]; then
204 elif [[ -f "$HERE/$ASAN_RT" ]]; then
209 …s "$HERE"/../lib/"$ASAN_RT" "$HERE"/../lib/asan/"$ASAN_RT" "$HERE"/../lib/linux/"$ASAN_RT" "$HERE"…
215 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT" ]]; then
246 adb_pull /system/lib/"$ASAN_RT" "$TMPDIROLD" || true
257 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
276 LD_PRELOAD=\$LD_PRELOAD:$ASAN_RT \\
285 LD_PRELOAD=$ASAN_RT \\
[all …]