Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dresolutionset.go70 func (rs ResolutionSet) AttachesToTarget(target *TargetNode) bool {
77 func (rs ResolutionSet) Resolutions(attachesTo *TargetNode) ResolutionList {
Dresolution.go130 func (rl ResolutionList) ByActsOn(actsOn *TargetNode) ResolutionList {
141 func (rl ResolutionList) CountByActsOn(actsOn *TargetNode) int {
Dpolicy_policy.go106 func LicenseConditionSetFromNames(tn *TargetNode, names ...string) LicenseConditionSet {
Dreadgraph.go204 func addDependencies(lg *LicenseGraph, tn *TargetNode) error {
Dnoticeindex.go561 func getInstallPaths(attachesTo *TargetNode, path TargetEdgePath) []string {
Dgraph.go283 type TargetNode targetNode type