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

/system/update_engine/payload_generator/
H A Dinplace_generator.h37 // nodes old_src -> old_dst by creating new vertex new_vertex. The new
39 // old_src -(read before)-> new_vertex <-(write before)- old_dst
42 // (as dst extents) and old_dst (as src extents), but they are also broken
48 Vertex::Index old_dst; member in struct:chromeos_update_engine::CutEdgeVertexes
H A Dinplace_generator.cc159 cuts.back().old_dst = edge.second;
241 return table_[a.old_dst] < table_[b.old_dst];
318 // Converts the cuts, which must all have the same |old_dst| member,
319 // to full. It does this by converting the |old_dst| to REPLACE or
320 // REPLACE_BZ, dropping all incoming edges to |old_dst|, and marking
339 deleted_nodes.insert(cuts[0].old_dst);
348 new_op_indexes.push_back(cuts[0].old_dst);
356 // the same old_dst member. If temp blocks can't be found, old_dst wil
368 const Vertex::Index old_dst = cuts[0].old_dst; local
[all...]

Completed in 79 milliseconds