Home
last modified time | relevance | path

Searched defs:tgt_extents (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor_utils_unittest.cc85 auto tgt_extents = CreateExtentList({{0, 5}}); in TEST_F() local
103 auto tgt_extents = CreateExtentList({{5, 2}}); in TEST_F() local
129 auto tgt_extents = CreateExtentList({{0, 5}}); in TEST_F() local
145 auto tgt_extents = CreateExtentList({{2, 3}, {0, 2}}); in TEST_F() local
Dfile_descriptor_utils.cc82 const RepeatedPtrField<Extent>& tgt_extents, in CopyAndHashExtents()