Home
last modified time | relevance | path

Searched refs:adb_shell (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup62 function adb_shell { function
93 local _ABI=$(adb_shell getprop ro.product.cpu.abi)
177 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
179 adb_shell mv /system/bin/app_process.real /system/bin/app_process
180 adb_shell rm /system/bin/asanwrapper
182 adb_shell rm /system/bin/app_process.wrap
183 adb_shell rm /system/bin/asanwrapper
184 adb_shell rm /system/bin/app_process
185 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process
189 adb_shell stop
[all …]
/external/google-breakpad/android/
Dtest-shell.sh56 adb_shell mkdir "$TEST_DIR" ||
62 adb_shell rm -r "$TEST_DIR"
120 adb_shell mkdir -p "$TEST_DIR/$FILEDIR"
128 adb_shell "cd $TEST_DIR && LD_LIBRARY_PATH=. ./$TEST_PROGRAM_NAME $@"
Dcommon-functions.sh324 FINGERPRINT=$(adb_shell getprop ro.build.fingerprint)
336 adb_shell () { function
Drun-checks.sh268 DEVICE_ABI=$(adb_shell getprop ro.product.cpu.abi)
269 DEVICE_ABI2=$(adb_shell getprop ro.product.cpu.abi2)
442 adb_shell cd "$DEVICE_TMP" "&&" ./$TESTAPP > "$CRASH_LOG" 2>/dev/null