OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_shell
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/android/
adb_gdb
612
adb_shell
() {
function
646
GDBSERVER_PIDS=$(
adb_shell
ps | awk '$9 ~ /gdbserver/ { print $2; }')
649
adb_shell
kill -9 $GDB_PID
655
adb_shell
am start -n $PACKAGE_NAME/$ACTIVITY 2>/dev/null
656
adb_shell
ps | grep -q $PACKAGE_NAME
735
DEVICE_FINGERPRINT=$(
adb_shell
getprop ro.build.fingerprint)
802
PID=$(
adb_shell
ps | \
806
PID=$(
adb_shell
ps | \
829
adb_shell
$SU_PREFIX echo "foo" > $SU_PREFIX_TEST_LOG 2>&1
855
MAPPINGS=$(
adb_shell
$COMMAND_PREFIX cat /proc/$PID/maps
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android
258
adb_shell
() {
function
289
adb_shell
"LD_LIBRARY_PATH=$TARGET_PATH; cd $TARGET_PATH; ./$EXECUTABLE_BASENAME"
Completed in 96 milliseconds