Home | History | Annotate | Download | only in adb

Lines Matching refs:expected_length

832             const DWORD expected_length = arraysize(expected) - 1;
833 if (count == expected_length &&
834 memcmp(temp, expected, expected_length) == 0) {