Searched refs:inAdb (Results 1 – 2 of 2) sorted by relevance
129 inAdb() { function352 if inAdb; then393 elif inAdb; then485 inFastboot || inAdb || inRecovery512 elif inAdb; then586 if inAdb || inRecovery; then890 inAdb || die "no device or more than one device in adb mode"899 if ! inAdb; then903 inAdb || die "specified device not in adb mode"1004 if ! inAdb; then
43 inAdb() { function80 if inAdb && [ 0 -eq `adb_su ls /sys/fs/pstore </dev/null | wc -l` ]; then96 if inAdb && [ 1 -ne `get_property ro.debuggable` ]; then122 inAdb || ( echo "ERROR: device not in adb mode." >&2 ; false ) || return 1226 elif inAdb; then