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.cc83 auto tgt_extents = CreateExtentList({{0, 5}}); in TEST_F() local
101 auto tgt_extents = CreateExtentList({{5, 2}}); in TEST_F() local
127 auto tgt_extents = CreateExtentList({{0, 5}}); in TEST_F() local
143 auto tgt_extents = CreateExtentList({{2, 3}, {0, 2}}); in TEST_F() local
Dfile_descriptor_utils.cc81 const RepeatedPtrField<Extent>& tgt_extents, in CopyAndHashExtents()