Home | History | Annotate | Download | only in adb

Lines Matching refs:is_interactive

730     bool is_interactive = (optind == argc);
739 if (!unix_isatty(STDIN_FILENO) || !is_interactive) {