OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SU_TEST_OUT
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/asan/scripts/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
/prebuilts/clang/host/darwin-x86/clang-2629532/bin/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
/prebuilts/clang/host/darwin-x86/clang-2658975/bin/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
/prebuilts/clang/host/darwin-x86/clang-2690385/bin/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
/prebuilts/clang/host/linux-x86/clang-2629532/bin/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
/prebuilts/clang/host/linux-x86/clang-2658975/bin/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
/prebuilts/clang/host/linux-x86/clang-2690385/bin/
asan_device_setup
158
SU_TEST_OUT
=`$ADB shell su -c "echo foo" 2>&1 | sed 's/\r$//'`
159
if [ $? != 0 -o "$
SU_TEST_OUT
" != "foo" ]; then
162
echo $
SU_TEST_OUT
Completed in 50 milliseconds