Home | History | Annotate | Download | only in applypatch

Lines Matching defs:Write8

154 static inline bool Write8(int fd, int64_t value) {
353 Write8(fd, static_cast<int64_t>(source_start_));
354 Write8(fd, static_cast<int64_t>(source_len_));
355 Write8(fd, static_cast<int64_t>(offset));
360 Write8(fd, static_cast<int64_t>(source_start_));
361 Write8(fd, static_cast<int64_t>(source_len_));
362 Write8(fd, static_cast<int64_t>(offset));
363 Write8(fd, static_cast<int64_t>(source_uncompressed_len_));
364 Write8(fd, static_cast<int64_t>(uncompressed_data_.size()));