Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dadb-remount-test.sh129 inAdb() { function
352 if inAdb; then
393 elif inAdb; then
485 inFastboot || inAdb || inRecovery
512 elif inAdb; then
586 if inAdb || inRecovery; then
890 inAdb || die "no device or more than one device in adb mode"
899 if ! inAdb; then
903 inAdb || die "specified device not in adb mode"
1004 if ! inAdb; then
/system/core/bootstat/
Dboot_reason_test.sh43 inAdb() { function
80 if inAdb && [ 0 -eq `adb_su ls /sys/fs/pstore </dev/null | wc -l` ]; then
96 if inAdb && [ 1 -ne `get_property ro.debuggable` ]; then
122 inAdb || ( echo "ERROR: device not in adb mode." >&2 ; false ) || return 1
226 elif inAdb; then