Home | History | Annotate | Download | only in adb

Lines Matching full:stdout_handle

1030     HANDLE                stdout_handle, stderr_handle;
1061 stdout_handle = GetStdHandle( STD_OUTPUT_HANDLE );
1063 if (stdout_handle != INVALID_HANDLE_VALUE) {
1064 SetHandleInformation( stdout_handle, HANDLE_FLAG_INHERIT, 0 );