Searched refs:RecoverySnapshotVersion (Results 1 – 10 of 10) sorted by relevance
105 ctx.DeviceConfig().RecoverySnapshotVersion() != "current" {
85 recoverySnapshotVersion := ctx.DeviceConfig().RecoverySnapshotVersion()
206 return ctx.DeviceConfig().RecoverySnapshotVersion() == "current"232 recoverySnapshotVersion := cfg.RecoverySnapshotVersion()237 return cfg.RecoverySnapshotVersion()
1239 config.TestProductVariables.RecoverySnapshotVersion = StringPtr("current")1357 config.TestProductVariables.RecoverySnapshotVersion = StringPtr("current")1458 config.TestProductVariables.RecoverySnapshotVersion = StringPtr("current")
100 ctx.Strict("RECOVERY_SNAPSHOT_VERSION", ctx.DeviceConfig().RecoverySnapshotVersion())
430 recoverySnapshotVersion := mctx.DeviceConfig().RecoverySnapshotVersion()
2033 …} else if recoverySnapshotVersion := actx.DeviceConfig().RecoverySnapshotVersion(); recoverySnapsh…
133 $(call add_json_str, RecoverySnapshotVersion, $(RECOVERY_SNAPSHOT_VERSION))
185 RecoverySnapshotVersion *string `json:",omitempty"` member
1062 func (c *deviceConfig) RecoverySnapshotVersion() string { func1063 return String(c.config.productVariables.RecoverySnapshotVersion)