Home | History | Annotate | Download | only in bin

Lines Matching refs:ASAN_RT64

181   ASAN_RT64="libclang_rt.asan-$ARCH64-android.so"
257 if [[ -n "$ASAN_RT64" ]]; then
258 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT64" ]]; then
282 if [[ -n "$ASAN_RT64" ]]; then
284 adb_pull /system/lib64/"$ASAN_RT64" "$TMPDIROLD" || true
308 if [[ -n "$ASAN_RT64" ]]; then
309 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
367 if [[ -n "$ASAN_RT64" ]]; then
412 if [[ -n "$ASAN_RT64" ]]; then
414 install "$TMPDIR/$ASAN_RT64" /system/lib64 644
423 adb_shell ln -sf $ASAN_RT64 /system/lib64/$ASAN_RT_SYMLINK