Home | History | Annotate | Download | only in adb

Lines Matching refs:read_count

1351         DWORD read_count = 0;
1353 if (!ReadConsoleInputA(console, input_record, 1, &read_count)) {
1360 if (read_count == 0) { // should be impossible
1364 if (read_count != 1) { // should be impossible