Searched refs:InitRc (Results 1 – 2 of 2) sorted by relevance
253 InitRc []string `json:",omitempty"` member350 for _, path := range m.InitRc() {351 prop.InitRc = append(prop.InitRc, filepath.Join("configs", path.Base()))358 for _, path := range append(m.InitRc(), m.VintfFragments()...) {
473 InitRc() Paths1632 func (m *ModuleBase) InitRc() Paths { func