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

/ndk/
H A Dndk-gdb372 # Used internally by adb_var_shell and adb_var_shell2.
411 adb_var_shell () function
416 # A variant of adb_var_shell that stores both stdout and stderr in the output
519 adb_var_shell API_LEVEL getprop ro.build.version.sdk
536 adb_var_shell CPU_ABI1 getprop ro.product.cpu.abi
537 adb_var_shell CPU_ABI2 getprop ro.product.cpu.abi2
H A Dndk-gdb.py405 def adb_var_shell(args, log_command=False): function
569 retcode,API_LEVEL = adb_var_shell(['getprop', 'ro.build.version.sdk'])
579 _,CPU_ABI1 = adb_var_shell(['getprop', 'ro.product.cpu.abi'])
580 _,CPU_ABI2 = adb_var_shell(['getprop', 'ro.product.cpu.abi2'])
702 # adb_var_shell(['sleep', '0.1'], log_command=False)

Completed in 771 milliseconds