OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_shell
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/build/
adb_shell.sh
15
adb_shell
() {
function
/external/chromium_org/build/android/
adb_gdb
629
adb_shell
() {
function
663
GDBSERVER_PIDS=$(
adb_shell
ps | awk '$9 ~ /gdbserver/ { print $2; }')
666
adb_shell
kill -9 $GDB_PID
672
adb_shell
am start -n $PACKAGE_NAME/$ACTIVITY 2>/dev/null
673
adb_shell
ps | grep -q $PACKAGE_NAME
752
DEVICE_FINGERPRINT=$(
adb_shell
getprop ro.build.fingerprint)
819
PID=$(
adb_shell
ps | \
823
PID=$(
adb_shell
ps | \
846
adb_shell
$SU_PREFIX echo "foo" > $SU_PREFIX_TEST_LOG 2>&1
872
MAPPINGS=$(
adb_shell
$COMMAND_PREFIX cat /proc/$PID/maps
[
all
...]
/external/libcxx/test/
runtests.py
62
return
adb_shell
(self.path)
65
def
adb_shell
(command):
function
Completed in 2401 milliseconds