HomeSort by relevance Sort by last modified time
    Searched defs:old_dst (Results 1 - 3 of 3) sorted by null

  /sdk/files/
post_tools_install.bat 50 set old_dst=..\..\SDK Setup.exe variable
51 if not exist "%old_dst%" goto :EOF
52 echo Removing obsolete %old_dst%
53 del /F /Q "%old_dst%"
  /system/update_engine/payload_generator/
inplace_generator.h 37 // 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
inplace_generator.cc 159 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 will b
368 const Vertex::Index old_dst = cuts[0].old_dst; local
    [all...]

Completed in 76 milliseconds