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

/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A 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/"
374 if [[ -n "$ASAN_RT64" ]]; then
419 if [[ -n "$ASAN_RT64" ]]; then
421 install "$TMPDIR/$ASAN_RT64" /syste
[all...]

Completed in 2 milliseconds