Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_utils.go26 func (m *Module) IsSnapshotLibrary() bool { func
34 if m.IsSnapshotLibrary() {
Dvendor_snapshot.go94 if sanitizable, ok := m.(PlatformSanitizeable); ok && sanitizable.IsSnapshotLibrary() {
260 if m.IsSnapshotLibrary() {
391 if m.IsSnapshotLibrary() {
Dlinkable.go82 IsSnapshotLibrary() bool methodSpec
Dvndk.go604 if !m.IsSnapshotLibrary() || !m.Shared() {
Dcc.go899 "IsSnapshotLibrary": c.IsSnapshotLibrary(),
/build/soong/rust/
Dsnapshot_utils.go43 func (mod *Module) IsSnapshotLibrary() bool { func