Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dmodule.go209 type NamedPath struct { struct
210 Path Path
211 Name string
215 func (p NamedPath) String() string {
H A Dlicenses.go278 func mergeNamedPathProps(prop *NamedPaths, values ...NamedPath) {