Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dnamespace.go34 type sortedNamespaces struct { struct
35 lock sync.Mutex
36 items []*Namespace
37 sorted bool
81 sortedNamespaces sortedNamespaces member