Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp719 bool is_interactive = (optind == argc); in adb_shell() local
728 if (!unix_isatty(STDIN_FILENO) || !is_interactive) { in adb_shell()