Home | History | Annotate | Download | only in adb

Lines Matching refs:read_bytes

230     DWORD  read_bytes;
232 if ( !ReadFile( f->fh_handle, buf, (DWORD)len, &read_bytes, NULL ) ) {
236 } else if (read_bytes < (DWORD)len) {
239 return (int)read_bytes;