Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp691 static void construct_deflate_entry(const std::vector<std::tuple<std::string, size_t, size_t>>& inf… in construct_deflate_entry() function
939 construct_deflate_entry({ { "a", 0, 4 }, { "b", 5, 5 }, { "c", 11, 5 } }, &tgt_writer, in TEST()
982 construct_deflate_entry({ { "a", 0, 10 }, { "b", 10, 5 } }, &tgt_writer, random_data); in TEST()
991 construct_deflate_entry({ { "a", 1, 10 } }, &src_writer, random_data); in TEST()