Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dsnapshot_utils.go26 func (mod *Module) ExcludeFromRecoverySnapshot() bool { func
/aosp12/build/soong/cc/
H A Dlinkable.go86 ExcludeFromRecoverySnapshot() bool
H A Dvendor_snapshot.go141 if c.ExcludeFromRecoverySnapshot() {
H A Dsnapshot_prebuilt.go228 return m.ExcludeFromRecoverySnapshot()
H A Dvendor_snapshot_test.go1020 if m.ExcludeFromRecoverySnapshot() != expected {
H A Dcc.go1281 func (c *Module) ExcludeFromRecoverySnapshot() bool { func