Home
last modified time | relevance | path

Searched refs:InitRc (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/cc/
H A Dvendor_snapshot.go253 InitRc []string `json:",omitempty"` member
350 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()...) {
/aosp12/build/soong/android/
H A Dmodule.go473 InitRc() Paths
1632 func (m *ModuleBase) InitRc() Paths { func