Home | History | Annotate | Download | only in adb

Lines Matching refs:stdout_handle

1025     HANDLE                stdout_handle, stderr_handle;
1056 stdout_handle = GetStdHandle( STD_OUTPUT_HANDLE );
1058 if (stdout_handle != INVALID_HANDLE_VALUE) {
1059 SetHandleInformation( stdout_handle, HANDLE_FLAG_INHERIT, 0 );