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) IsPureAggregate(target *TargetNode) bool {
87 func (rs ResolutionSet) Resolutions(attachesTo *TargetNode) ResolutionList {
Dresolution.go130 func (rl ResolutionList) ByActsOn(actsOn *TargetNode) ResolutionList {
141 func (rl ResolutionList) CountByActsOn(actsOn *TargetNode) int {
Dgraph.go313 type TargetNode targetNode type
474 func (ts TargetNodeSet) Contains(target *TargetNode) bool {
Dreadgraph.go214 func addDependencies(lg *LicenseGraph, tn *TargetNode) error {
Dnoticeindex.go513 func getInstallPaths(attachesTo *TargetNode, path TargetEdgePath) []string {
/build/make/tools/compliance/cmd/sbom/
Dsbom.go232 func getPackageName(_ *context, tn *compliance.TargetNode) string {
237 func getDocumentName(ctx *context, tn *compliance.TargetNode, pm *projectmetadata.ProjectMetadata) …
272 tn *compliance.TargetNode) (*projectmetadata.ProjectMetadata, error) {