Searched defs:adb_shell (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/build/
H A Dadb_shell.sh15 adb_shell () { function
/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)
184 RELEASE=$(adb_shell getprop ro.build.version.release)
198 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
200 adb_shell mv /system/bin/app_process.real /system/bin/app_process
201 adb_shell rm /system/bin/asanwrapper
202 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; then
204 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
205 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
206 adb_shell r
[all...]
/external/google-breakpad/android/
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
/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 ""')
/external/skqp/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 ""')
/external/devlib/devlib/utils/
H A Dandroid.py252 return adb_shell(self.device, command, timeout, check_exit_code,
369 def adb_shell(device, command, timeout=None, check_exit_code=False, function
/external/autotest/client/common_lib/cros/
H A Darc.py154 adb_shell('pm grant %s android.permission.%s' % (
167 def adb_shell(cmd, **kwargs): function
286 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name))
295 return adb_shell('test -e {} && echo FileExists'.format(
343 adb_shell('rm -f %s' % pipes.quote(filename))
372 a fully consistent Android environment. Prefer adb_shell instead.
400 packages = adb_shell(command).splitlines()
446 adb_shell('dumpsys activity recents'))
470 adb_shell('input keyevent {}'.format(keycode))
720 adb_shell('setting
[all...]

Completed in 857 milliseconds