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

/system/update_engine/payload_generator/
H A Dinplace_generator.h55 struct Block { struct in class:chromeos_update_engine::InplaceGenerator
60 // A Block object tells which vertex will read or write this block
62 // Generally, there will be a vector of Block objects whose length
64 Block() : reader(Vertex::kInvalidIndex), writer(Vertex::kInvalidIndex) {} function in struct:chromeos_update_engine::InplaceGenerator::Block
101 const std::vector<Block>& blocks);
186 std::vector<Block>* blocks);
195 std::vector<Block>* blocks,

Completed in 54 milliseconds