Home
last modified time | relevance | path

Searched defs:criticalPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/ui/status/
H A Dcritical_path.go32 type criticalPath struct { struct
33 log logger.Logger
35 nodes map[string]*node
36 running map[*Action]time.Time
38 start, end time.Time
40 clock clock
135 func (cp *criticalPath) criticalPath() []*node { func
H A Dcritical_path_test.go24 *criticalPath anonMember