Lines Matching refs:asan
2 #===- lib/asan/scripts/asan_device_setup -----------------------------------===#
9 # Prepare Android device to run ASan applications.
25 echo " --revert: Uninstall ASan from the device."
26 echo " --lib: Path to ASan runtime library."
172 ASAN_RT="libclang_rt.asan-$ARCH-android.so"
175 echo '>> Uninstalling ASan'
208 # Consider ../lib, ../lib/asan, ../lib/linux and ../lib/clang/$VERSION/lib/linux.
209 P=$(ls "$HERE"/../lib/"$ASAN_RT" "$HERE"/../lib/asan/"$ASAN_RT" "$HERE"/../lib/linux/"$ASAN_RT" "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
216 echo ">> ASan runtime library not found"
234 echo '>> Old-style ASan installation detected. Reverting.'