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

/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup62 function adb_shell { function
94 local _ABI=$(adb_shell getprop ro.product.cpu.abi)
187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
189 adb_shell mv /system/bin/app_process.real /system/bin/app_process
190 adb_shell rm /system/bin/asanwrapper
191 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; then
193 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
194 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
195 adb_shell rm /system/bin/asanwrapper
196 adb_shell r
[all...]
/external/google-breakpad/android/
H A 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 $@"
H A Dcommon-functions.sh208 # adb_shell, adb_push, etc.. will work. You can get the path to the ADB program
305 # Ensure the same device will be called in later adb_shell calls.
324 FINGERPRINT=$(adb_shell getprop ro.build.fingerprint)
336 adb_shell () { function
H A 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
/external/webrtc/webrtc/build/
H A Dadb_shell.sh15 adb_shell () { function
/external/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py78 adb_shell('am force-stop %s' % self.package)
89 def adb_shell(cmd): function
101 adb_shell('test -f %s' % filename)
111 adb_shell('rm %s' % remote_path)
116 adb_shell('setprop debug.hwui.capture_frame_as_skp %s' % remote_path)
132 adb_shell('setprop debug.hwui.capture_frame_as_skp ""')

Completed in 205 milliseconds