Home
last modified time | relevance | path

Searched refs:adb_var_shell (Results 1 – 2 of 2) sorted by relevance

/ndk/
Dndk-gdb535 adb_var_shell API_LEVEL getprop ro.build.version.sdk
556 adb_var_shell CPU_ABILIST64 getprop ro.product.cpu.abilist64
557 adb_var_shell CPU_ABILIST32 getprop ro.product.cpu.abilist32
560 adb_var_shell CPU_ABI1 getprop ro.product.cpu.abi
561 adb_var_shell CPU_ABI2 getprop ro.product.cpu.abi2
574 adb_var_shell BCFILES run-as $PACKAGE_NAME /system/bin/sh -c "ls lib/*.bc"
Dndk-gdb.py432 def adb_var_shell(args, log_command=False): function
596 retcode,API_LEVEL = adb_var_shell(['getprop', 'ro.build.version.sdk'])
607 _,CPU_ABILIST32 = adb_var_shell(['getprop', 'ro.product.cpu.abilist32'])
608 _,CPU_ABILIST64 = adb_var_shell(['getprop', 'ro.product.cpu.abilist64'])
613 _,CPU_ABI1 = adb_var_shell(['getprop', 'ro.product.cpu.abi'])
614 _,CPU_ABI2 = adb_var_shell(['getprop', 'ro.product.cpu.abi2'])