Searched refs:VintfFragments (Results 1 – 2 of 2) sorted by relevance
680 VintfFragments []string `json:",omitempty"`700 for _, path := range m.VintfFragments() {701 prop.VintfFragments = append(prop.VintfFragments, filepath.Join("configs", path.Base()))705 for _, path := range append(m.InitRc(), m.VintfFragments()...) {
261 VintfFragments() Paths methodSpec1159 func (m *ModuleBase) VintfFragments() Paths { func