Searched refs:ASAN_RT (Results 1 – 2 of 2) sorted by relevance
178 ASAN_RT="libclang_rt.asan-$ARCH-android.so"226 adb_shell rm /system/lib/$ASAN_RT234 elif [[ -f "$lib" && "$lib" == *"$ASAN_RT" ]]; then236 elif [[ -f "$HERE/$ASAN_RT" ]]; then242 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 …]
177 ASAN_RT="libclang_rt.asan-$ARCH-android.so"225 adb_shell rm /system/lib/$ASAN_RT233 elif [[ -f "$lib" && "$lib" == *"$ASAN_RT" ]]; then235 elif [[ -f "$HERE/$ASAN_RT" ]]; then241 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 …]