Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h154 size_t target_compress_level_; // the deflate compression level of the target chunk. variable
/bootable/recovery/applypatch/
Dimgdiff.cpp452 target_compress_level_(tgt.GetCompressLevel()), in PatchChunk()
464 target_compress_level_(tgt.GetCompressLevel()), in PatchChunk()
517 Write4(fd, target_compress_level_); in WriteHeaderToFd()