Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go679 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()...) {
/build/soong/android/
Dmodule.go260 InitRc() Paths methodSpec
1155 func (m *ModuleBase) InitRc() Paths { func