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