Searched refs:stagedConfig (Results 1 – 2 of 2) sorted by relevance
273 CarUxRestrictionsConfiguration stagedConfig = in showStagedUxRestrictionsConfig() local275 if (stagedConfig == null) { in showStagedUxRestrictionsConfig()284 stagedConfig.writeJson(writer); in showStagedUxRestrictionsConfig()
303 Path stagedConfig = getFile(CONFIG_FILENAME_STAGED).toPath(); in promoteStagedConfig() local310 && Files.exists(stagedConfig)) { in promoteStagedConfig()315 Files.move(stagedConfig, prod, REPLACE_EXISTING); in promoteStagedConfig()460 File stagedConfig = getFile(CONFIG_FILENAME_STAGED); in getStagedConfigs() local461 if (stagedConfig.exists()) { in getStagedConfigs()463 return readPersistedConfig(stagedConfig); in getStagedConfigs()