Home | History | Annotate | Download | only in fb

Lines Matching refs:bytes_read

608   ssize_t bytes_read = 0;
611 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0);
615 DLOGI_IF(kTagDriverConfig, "bytes_read = %d", bytes_read);
617 return (bytes_read > 0);