Home | History | Annotate | Download | only in adb

Lines Matching defs:stdout_handle

1075     HANDLE                stdout_handle, stderr_handle;
1106 stdout_handle = GetStdHandle( STD_OUTPUT_HANDLE );
1108 if (stdout_handle != INVALID_HANDLE_VALUE) {
1109 SetHandleInformation( stdout_handle, HANDLE_FLAG_INHERIT, 0 );