Home
last modified time | relevance | path

Searched refs:SnapshotStaticLibs (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/
Dsnapshot_utils.go60 func (mod *Module) SnapshotStaticLibs() []string { func
61 return mod.Properties.SnapshotStaticLibs
Drust.go98 SnapshotStaticLibs []string `blueprint:"mutated"` member
1204 …mod.Properties.SnapshotStaticLibs = append(mod.Properties.SnapshotStaticLibs, cc.BaseLibName(depNa…
/build/soong/cc/
Dsnapshot_utils.go56 func (m *Module) SnapshotStaticLibs() []string { func
57 return m.Properties.SnapshotStaticLibs
Dvendor_snapshot.go277 prop.StaticLibs = m.SnapshotStaticLibs()
327 prop.StaticLibs = m.SnapshotStaticLibs()
Dlinkable.go94 SnapshotStaticLibs() []string methodSpec
Dcc.go333 SnapshotStaticLibs []string `blueprint:"mutated"` member
2933 c.Properties.SnapshotStaticLibs = append(c.Properties.SnapshotStaticLibs, BaseLibName(depName))