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

/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A 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" ]]; the
[all...]

Completed in 5 milliseconds