Searched defs:DepGraph (Results 1 – 4 of 4) sorted by relevance
28 type DepGraph struct { struct29 nodes []*DepNode30 vars Vars31 accessedMks []*accessedMakefile32 exports map[string]bool33 vpaths searchPaths37 func (g *DepGraph) Nodes() []*DepNode { return g.nodes }40 func (g *DepGraph) Vars() Vars { return g.vars }42 func (g *DepGraph) resolveVPATH() {225 Save(*DepGraph, string, []string) error
77 func Query(w io.Writer, q string, g *DepGraph) {
275 func makeSerializableGraph(g *DepGraph, roots []string) (serializableGraph, error) {357 func saveCache(g *DepGraph, roots []string) error {
142 func save(g *kati.DepGraph, targets []string) error {