Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dinplace_generator.h55 struct Block { struct
64 Block() : reader(Vertex::kInvalidIndex), writer(Vertex::kInvalidIndex) {} in Block() function
77 // Blocks will be substituted in the order listed in the vectors. argument
Dinplace_generator_unittest.cc48 using Block = InplaceGenerator::Block; typedef
Dinplace_generator.cc46 using Block = InplaceGenerator::Block; typedef