Home
last modified time | relevance | path

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

/build/soong/android/
Dlicenses.go257 func mergeNamedPathProps(prop *NamedPaths, values ...NamedPath) {
Dmodule.go667 type NamedPath struct { struct
668 Path Path
669 Name string
673 func (p NamedPath) String() string {