Home | History | Annotate | Download | only in payload_consumer

Lines Matching full:bytes_to_read

1248         ssize_t bytes_to_read = blocks_to_read * block_size_;
1251 utils::PReadAll(source_fd_, buf.data(), bytes_to_read,
1254 TEST_AND_RETURN_FALSE(bytes_read_this_iteration == bytes_to_read);
1255 TEST_AND_RETURN_FALSE(source_hasher.Update(buf.data(), bytes_to_read));