Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dcommandline.cpp735 bool is_interactive = (optind == argc); in adb_shell() local
744 if (!unix_isatty(STDIN_FILENO) || !is_interactive) { in adb_shell()