Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go4683 type phonyCandidate struct { struct
4684 sync.Once
4685 phony *buildDef // the phony buildDef that wraps the set
4686 first *buildDef // the first buildDef that uses this set
4687 …nlyStrings []string // the original OrderOnlyStrings of the first buildDef that uses this set
4688 orderOnly []*ninjaString // the original OrderOnly of the first buildDef that uses this set