Home | History | Annotate | Download | only in bin

Lines Matching refs:ASAN_RT

178 ASAN_RT="libclang_rt.asan-$ARCH-android.so"
211 adb_shell rm /system/lib/$ASAN_RT
219 elif [[ -f "$lib" && "$lib" == *"$ASAN_RT" ]]; then
221 elif [[ -f "$HERE/$ASAN_RT" ]]; then
227 P=$(ls "$HERE"/../lib/"$ASAN_RT" \
228 "$HERE"/../lib/asan/"$ASAN_RT" \
229 "$HERE"/../lib/linux/"$ASAN_RT" \
230 "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" \
231 "$HERE"/../lib64/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
237 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT" ]]; then
274 adb_pull /system/lib/"$ASAN_RT" "$TMPDIROLD" || true
283 adb_pull /system/lib/"$ASAN_RT" "$TMPDIROLD" || true
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
404 install "$TMPDIR/$ASAN_RT" /system/lib 644
413 adb_shell ln -s $ASAN_RT /system/lib/$ASAN_RT_SYMLINK
416 install "$TMPDIR/$ASAN_RT" /system/lib 644
421 adb_shell ln -s $ASAN_RT /system/lib/$ASAN_RT_SYMLINK