OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASAN_RT
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/scripts/
asan_device_setup
73
ASAN_RT
="libclang_rt.asan-arm-android.so"
82
$ADB shell rm /system/lib/$
ASAN_RT
94
elif [[ -f "$lib" && "$lib" == *"$
ASAN_RT
" ]]; then
96
elif [[ -f "$HERE/$
ASAN_RT
" ]]; then
101
P=$(ls "$HERE"/../lib/"$
ASAN_RT
" "$HERE"/../lib/asan/"$
ASAN_RT
" "$HERE"/../lib/clang/*/lib/linux/"$
ASAN_RT
" 2>/dev/null | sort | tail -1)
107
if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$
ASAN_RT
" ]]; then
143
cp "$ASAN_RT_PATH/$
ASAN_RT
" "$TMPDIR/"
172
$ADB push "$TMPDIR/$
ASAN_RT
" /system/lib
[
all
...]
/external/chromium_org/tools/android/asan/
asan_device_setup.sh
73
ASAN_RT
="libclang_rt.asan-arm-android.so"
82
$ADB shell rm /system/lib/$
ASAN_RT
94
elif [[ -f "$lib" && "$lib" == *"$
ASAN_RT
" ]]; then
96
elif [[ -f "$HERE/$
ASAN_RT
" ]]; then
101
P=$(ls "$HERE"/../lib/"$
ASAN_RT
" "$HERE"/../lib/clang/*/lib/linux/"$
ASAN_RT
" 2>/dev/null | sort | tail -1)
107
if [[ -z "$ASAN_RT_PATH" || ! -f "$ASAN_RT_PATH/$
ASAN_RT
" ]]; then
143
cp "$ASAN_RT_PATH/$
ASAN_RT
" "$TMPDIR/"
172
$ADB push "$TMPDIR/$
ASAN_RT
" /system/lib/
Completed in 1669 milliseconds