Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup181 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/"
353 generate_zygote_wrapper "app_process64" "/system/bin/app_process64.real" "$ASAN_RT64"
368 if [[ -n "$ASAN_RT64" ]]; then
371 LD_PRELOAD=$ASAN_RT64 \\
[all …]
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup180 ASAN_RT64="libclang_rt.asan-$ARCH64-android.so"
256 if [[ -n "$ASAN_RT64" ]]; then
257 if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$ASAN_RT64" ]]; then
281 if [[ -n "$ASAN_RT64" ]]; then
283 adb_pull /system/lib64/"$ASAN_RT64" "$TMPDIROLD" || true
307 if [[ -n "$ASAN_RT64" ]]; then
308 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
373 if [[ -n "$ASAN_RT64" ]]; then
418 if [[ -n "$ASAN_RT64" ]]; then
420 install "$TMPDIR/$ASAN_RT64" /system/lib64 644
[all …]