Home
last modified time | relevance | path

Searched refs:source_uncompressed_len_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h149 size_t source_uncompressed_len_; variable
/bootable/recovery/applypatch/
Dimgdiff.cpp448 source_uncompressed_len_(src.DataLengthForPatch()), in PatchChunk()
460 source_uncompressed_len_(0), in PatchChunk()
515 Write8(fd, static_cast<int64_t>(source_uncompressed_len_)); in WriteHeaderToFd()