Home | History | Annotate | Download | only in Windows

Lines Matching full:read_success

715   BOOL read_success = ::ReadFile(file, result.data(), len, &bytes_read, NULL);
718 if (!read_success || (bytes_read != len)) {