Home
last modified time | relevance | path

Searched refs:Circuit (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_generator/
Dcycle_breaker.cc99 Circuit(current_vertex_, 0); in BreakCycles()
161 bool CycleBreaker::Circuit(Vertex::Index vertex, Vertex::Index depth) { in Circuit() function in chromeos_update_engine::CycleBreaker
191 if (Circuit(*w, depth + 1)) { in Circuit()
Dcycle_breaker.h53 bool Circuit(Vertex::Index vertex, Vertex::Index depth);