Searched refs:adb_shell (Results 1 – 8 of 8) sorted by relevance
62 function adb_shell { function94 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; then189 adb_shell mv /system/bin/app_process.real /system/bin/app_process190 adb_shell rm /system/bin/asanwrapper191 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…193 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32194 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64195 adb_shell rm /system/bin/asanwrapper196 adb_shell rm /system/bin/asanwrapper64[all …]
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))
105 adb_shell('pm grant %s android.permission.%s' % (118 def adb_shell(cmd, **kwargs): function222 output = adb_shell('ps | grep %s' % pipes.quote(' %s$' % process_name))231 return adb_shell('test -e {} && echo FileExists'.format(277 adb_shell('rm -f %s' % pipes.quote(filename))326 packages = adb_shell('pm list packages').splitlines()374 adb_shell('input keyevent {}'.format(keycode))536 adb_shell('settings put secure package_verifier_user_consent -1')537 adb_shell('settings put global package_verifier_enable 0')538 adb_shell('settings put secure install_non_market_apps 1')[all …]
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 $@"
324 FINGERPRINT=$(adb_shell getprop ro.build.fingerprint)336 adb_shell () { function
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
78 adb_shell('am force-stop %s' % self.package)89 def adb_shell(cmd): function101 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 ""')
15 adb_shell () { function