Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgpatch.cpp157 int num_chunks = Read4(patch_header + 8); in ApplyImagePatch() local
159 for (int i = 0; i < num_chunks; ++i) { in ApplyImagePatch()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp46 const int num_chunks = get_unaligned<int32_t>(data + 8); in verify_patch_header() local
47 ASSERT_GE(num_chunks, 0); in verify_patch_header()
54 for (int i = 0; i < num_chunks; ++i) { in verify_patch_header()