Searched refs:SnapshotStaticLibs (Results 1 – 6 of 6) sorted by relevance
60 func (mod *Module) SnapshotStaticLibs() []string { func61 return mod.Properties.SnapshotStaticLibs
98 SnapshotStaticLibs []string `blueprint:"mutated"` member1204 …mod.Properties.SnapshotStaticLibs = append(mod.Properties.SnapshotStaticLibs, cc.BaseLibName(depNa…
56 func (m *Module) SnapshotStaticLibs() []string { func57 return m.Properties.SnapshotStaticLibs
277 prop.StaticLibs = m.SnapshotStaticLibs()327 prop.StaticLibs = m.SnapshotStaticLibs()
94 SnapshotStaticLibs() []string methodSpec
333 SnapshotStaticLibs []string `blueprint:"mutated"` member2933 c.Properties.SnapshotStaticLibs = append(c.Properties.SnapshotStaticLibs, BaseLibName(depName))