Home | History | Annotate | Download | only in fb

Lines Matching refs:bytes_read

579   ssize_t bytes_read = 0;
582 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0);
586 DLOGI_IF(kTagDriverConfig, "bytes_read = %d", bytes_read);
588 return (bytes_read > 0);