Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup61 function adb_shell { function
93 local _ABI=$(adb_shell getprop ro.product.cpu.abi)
183 RELEASE=$(adb_shell getprop ro.build.version.release)
197 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
199 adb_shell mv /system/bin/app_process.real /system/bin/app_process
200 adb_shell rm /system/bin/asanwrapper
201 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…
203 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
204 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
205 adb_shell rm /system/bin/asanwrapper
[all …]
/external/compiler-rt/lib/asan/scripts/
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…
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/asanwrapper
[all …]
/external/autotest/client/common_lib/cros/
Darc.py238 adb_shell('pm grant %s android.permission.%s' % (
252 def adb_shell(cmd, **kwargs): function
363 output = adb_shell('pgrep -c -f %s' % pipes.quote(process_name),
373 return adb_shell(
447 adb_shell('rm -f %s' % pipes.quote(filename))
504 packages = adb_shell(command).splitlines()
532 output = adb_shell('pm path {}'.format(pipes.quote(package)))
561 adb_shell('dumpsys activity recents',
583 adb_shell('input keyevent {}'.format(keycode))
650 output = adb_shell('am start -W -a android.settings.SETTINGS',
[all …]
/external/autotest/client/cros/multimedia/
Darc_resource.py126 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/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
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py79 adb_shell('am force-stop %s' % self.package)
90 def adb_shell(cmd): function
102 adb_shell('test -f %s' % filename)
112 adb_shell('rm %s' % remote_path)
117 adb_shell('setprop debug.hwui.capture_frame_as_skp %s' % remote_path)
133 adb_shell('setprop debug.hwui.capture_frame_as_skp ""')
/external/skqp/platform_tools/android/skp_gen/
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/autotest/client/site_tests/policy_ArcDisableScreenshots/
Dpolicy_ArcDisableScreenshots.py53 arc.adb_shell('rm -f /sdcard/test.png', ignore_status=True)
56 arc.adb_shell('screencap > /sdcard/test.png', ignore_status=True)
57 screenshotsize = arc.adb_shell('du -s /sdcard/test.png',
/external/cpuinfo/scripts/
Dandroid-device-dump.py243 def adb_shell(commands): function
262 content = adb_shell(["cat", device_path])
277 properties = adb_shell(["getprop"])
327 dmesg_content = adb_shell(["dmesg"])
361 proc_cpuinfo_content32 = adb_shell(["/data/local/tmp/cpuinfo-dump"])
/external/webrtc/tools_webrtc/android/
Dadb_shell.sh15 adb_shell () { function
/external/autotest/client/site_tests/policy_ArcAudioCaptureAllowed/
Dpolicy_ArcAudioCaptureAllowed.py24 microphone_status = arc.adb_shell("dumpsys | grep microphone")
/external/autotest/client/site_tests/policy_ArcExternalStorageDisabled/
Dpolicy_ArcExternalStorageDisabled.py35 arc_dirs = set(arc.adb_shell('ls /storage').split())
/external/autotest/client/site_tests/policy_ArcBackupRestoreServiceEnabled/
Dpolicy_ArcBackupRestoreServiceEnabled.py49 b_and_r_status = arc.adb_shell('bmgr enabled')
/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py394 results = arc.adb_shell('sh ' + temp_shell_script_path,