Searched refs:copiesForGoals (Results 1 – 1 of 1) sorted by relevance
283 copiesForGoals []*copiesForGoals member288 func (d *distContributions) getCopiesForGoals(goals string) *copiesForGoals {289 copiesForGoals := &copiesForGoals{goals: goals}290 d.copiesForGoals = append(d.copiesForGoals, copiesForGoals)291 return copiesForGoals296 type copiesForGoals struct { struct307 func (d *copiesForGoals) addCopyInstruction(from Path, dest string) { argument387 copiesForGoals := distContributions.getCopiesForGoals(goals)424 copiesForGoals.addCopyInstruction(path, dest)435 for _, d := range distContributions.copiesForGoals {