Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp38 static void verify_patch_header(const std::string& patch, size_t* num_normal, size_t* num_raw, in verify_patch_header() argument
78 if (num_normal != nullptr) *num_normal = normal; in verify_patch_header()
137 size_t num_normal; in TEST() local
140 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
141 ASSERT_EQ(0U, num_normal); in TEST()
186 size_t num_normal; in TEST() local
189 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
190 ASSERT_EQ(0U, num_normal); in TEST()
240 size_t num_normal; in TEST() local
243 verify_patch_header(patch, &num_normal, &num_raw, &num_deflate); in TEST()
[all …]