Searched refs:stagedConfig (Results 1 – 2 of 2) sorted by relevance
449 Path stagedConfig = getFile(CONFIG_FILENAME_STAGED).toPath(); in promoteStagedConfig() local456 && Files.exists(stagedConfig)) { in promoteStagedConfig()461 Files.move(stagedConfig, prod, REPLACE_EXISTING); in promoteStagedConfig()604 File stagedConfig = getFile(CONFIG_FILENAME_STAGED); in getStagedConfigs() local605 if (stagedConfig.exists()) { in getStagedConfigs()607 return readPersistedConfig(stagedConfig); in getStagedConfigs()
309 CarUxRestrictionsConfiguration stagedConfig = in showStagedUxRestrictionsConfig() local313 stagedConfig.writeJson(writer); in showStagedUxRestrictionsConfig()