HomeSort by relevance Sort by last modified time
    Searched refs:DropIncomingEdgesTo (Results 1 - 4 of 4) sorted by null

  /system/update_engine/payload_generator/
graph_utils.h 48 void DropIncomingEdgesTo(Graph* graph, Vertex::Index index);
graph_utils_unittest.cc 91 graph_utils::DropIncomingEdgesTo(&graph, 1);
graph_utils.cc 95 void DropIncomingEdgesTo(Graph* graph, Vertex::Index index) {
inplace_generator.cc 589 graph_utils::DropIncomingEdgesTo(graph, cut.old_dst);

Completed in 72 milliseconds