Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup178 ASAN_RT="libclang_rt.asan-$ARCH-android.so"
226 adb_shell rm /system/lib/$ASAN_RT
234 elif [[ -f "$lib" && "$lib" == *"$ASAN_RT" ]]; then
236 elif [[ -f "$HERE/$ASAN_RT" ]]; then
242 P=$(ls "$HERE"/../lib/"$ASAN_RT" \
243 "$HERE"/../lib/asan/"$ASAN_RT" \
244 "$HERE"/../lib/linux/"$ASAN_RT" \
245 "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" \
246 "$HERE"/../lib64/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
252 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT" ]]; then
[all …]
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup177 ASAN_RT="libclang_rt.asan-$ARCH-android.so"
225 adb_shell rm /system/lib/$ASAN_RT
233 elif [[ -f "$lib" && "$lib" == *"$ASAN_RT" ]]; then
235 elif [[ -f "$HERE/$ASAN_RT" ]]; then
241 P=$(ls "$HERE"/../lib/"$ASAN_RT" \
242 "$HERE"/../lib/asan/"$ASAN_RT" \
243 "$HERE"/../lib/linux/"$ASAN_RT" \
244 "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" \
245 "$HERE"/../lib64/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
251 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT" ]]; then
[all …]