HomeSort by relevance Sort by last modified time
    Searched refs:adb_shell (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 62 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 rm /system/bin/asanwrappe
    [all...]
  /external/autotest/client/site_tests/policy_ArcVideoCaptureAllowed/
policy_ArcVideoCaptureAllowed.py 58 arc.adb_shell('pm grant com.google.android.GoogleCameraArc android.permission.ACCESS_COARSE_LOCATION')
59 arc.adb_shell('am start -a android.media.action.IMAGE_CAPTURE')
63 return [arc.adb_shell("logcat -d | grep 'Camera device'"),
64 arc.adb_shell("logcat -d | grep 'CAMERA_DISABLED'")]
  /external/google-breakpad/android/
test-shell.sh 56 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 $@"
common-functions.sh 208 # 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
run-checks.sh 268 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/
adb_shell.sh 15 adb_shell () { function
  /external/autotest/client/site_tests/cheets_AppCompatTest/
cheets_AppCompatTest.py 57 arc.adb_shell('rm -f /sdcard/autresources.xml > /dev/null')
58 arc.adb_shell('rm -f /sdcard/touchView.txt > /dev/null',
66 arc.adb_shell('am instrument -w -r -e debug false -e '
73 arc.adb_shell('am instrument -w -r -e debug false -e '
97 arc.adb_shell('pm install -t -r '
103 arc.adb_shell('pm install -t -r '
109 arc.adb_shell('touch /sdcard/touchView.txt')
120 for screenshot in arc.adb_shell('find /sdcard/*.png').splitlines():
124 arc.adb_shell('rm -r %s' % screenshot, ignore_status=True)
184 self._app_version = arc.adb_shell('dumpsys package %s | grep
    [all...]
  /external/skia/platform_tools/android/skp_gen/
android_skp_capture.py 78 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/
android_skp_capture.py 78 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/autotest/client/cros/multimedia/
arc_resource.py 126 arc.adb_shell('pm grant %s android.permission.%s' % (
133 arc.adb_shell('am start -W %s' % pipes.quote(self._MICROPHONE_ACTIVITY))
142 arc.adb_shell(
160 arc.adb_shell('rm %s' % pipes.quote(self._MICROPHONE_RECORD_PATH))
228 arc.adb_shell('pm grant %s android.permission.%s' % (
247 arc.adb_shell(command)
262 arc.adb_shell('rm %s' % pipes.quote(path))
354 arc.adb_shell('am start --activity-clear-top '
380 arc.adb_shell('rm %s' % pipes.quote(path))
  /external/autotest/client/common_lib/cros/
arc.py 208 adb_shell('pm grant %s android.permission.%s' % (
222 def adb_shell(cmd, **kwargs): function
374 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name))
383 return adb_shell('test -e {} && echo FileExists'.format(
455 adb_shell('rm -f %s' % pipes.quote(filename))
484 a fully consistent Android environment. Prefer adb_shell instead.
512 packages = adb_shell(command).splitlines()
540 output = adb_shell('pm path {}'.format(pipes.quote(package)))
569 adb_shell('dumpsys activity recents'))
590 adb_shell('input keyevent {}'.format(keycode)
    [all...]
  /external/autotest/client/cros/enterprise/
enterprise_policy_base.py 388 results = arc.adb_shell('sh ' + temp_shell_script_path).strip()
    [all...]

Completed in 224 milliseconds