Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgpatch.c121 int method = Read4(deflate_header+44); in ApplyImagePatch() local
209 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy); in ApplyImagePatch()
Dimgdiff.c157 int level, method, windowBits, memLevel, strategy; member
242 int method = Read2(cd+10); in ReadZip() local
246 if (method != 8) { // 8 == deflate in ReadZip()
543 chunk->level, chunk->method, chunk->windowBits, in TryReconstruction()
554 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits, in TryReconstruction()
597 chunk->method = Z_DEFLATED; in ReconstructDeflateChunk()
1033 Write4(tgt_chunks[i].method, f); in main()