Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dlicenses.go264 func namePathProps(prop *NamedPaths, name *string, values ...Path) {
278 func mergeNamedPathProps(prop *NamedPaths, values ...NamedPath) {
H A Dmodule.go223 type NamedPaths []NamedPath type
235 func SortedUniqueNamedPaths(l NamedPaths) NamedPaths {