Home
last modified time | relevance | path

Searched refs:RecoverySnapshotVersion (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/cc/
H A Dsnapshot_utils.go105 ctx.DeviceConfig().RecoverySnapshotVersion() != "current" {
H A Dgenrule.go85 recoverySnapshotVersion := ctx.DeviceConfig().RecoverySnapshotVersion()
H A Dsnapshot_prebuilt.go206 return ctx.DeviceConfig().RecoverySnapshotVersion() == "current"
232 recoverySnapshotVersion := cfg.RecoverySnapshotVersion()
237 return cfg.RecoverySnapshotVersion()
H A Dvendor_snapshot_test.go1239 config.TestProductVariables.RecoverySnapshotVersion = StringPtr("current")
1357 config.TestProductVariables.RecoverySnapshotVersion = StringPtr("current")
1458 config.TestProductVariables.RecoverySnapshotVersion = StringPtr("current")
H A Dmakevars.go100 ctx.Strict("RECOVERY_SNAPSHOT_VERSION", ctx.DeviceConfig().RecoverySnapshotVersion())
H A Dimage.go430 recoverySnapshotVersion := mctx.DeviceConfig().RecoverySnapshotVersion()
H A Dcc.go2033 …} else if recoverySnapshotVersion := actx.DeviceConfig().RecoverySnapshotVersion(); recoverySnapsh…
/aosp12/build/make/core/
H A Dsoong_config.mk133 $(call add_json_str, RecoverySnapshotVersion, $(RECOVERY_SNAPSHOT_VERSION))
/aosp12/build/soong/android/
H A Dvariable.go185 RecoverySnapshotVersion *string `json:",omitempty"` member
H A Dconfig.go1062 func (c *deviceConfig) RecoverySnapshotVersion() string { func
1063 return String(c.config.productVariables.RecoverySnapshotVersion)