Home
last modified time | relevance | path

Searched refs:SnapshotSharedLibs (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dsnapshot_utils.go52 func (m *Module) SnapshotSharedLibs() []string { func
53 return m.Properties.SnapshotSharedLibs
Dlinkable.go95 SnapshotSharedLibs() []string methodSpec
Dvendor_snapshot.go382 prop.SharedLibs = m.SnapshotSharedLibs()
427 prop.SharedLibs = m.SnapshotSharedLibs()
/build/soong/rust/
Dsnapshot_utils.go41 func (mod *Module) SnapshotSharedLibs() []string { func