Searched refs:origConfigLocation (Results 1 – 1 of 1) sorted by relevance
173 final String origConfigLocation = args[idx + 1]; in updateConfig() local174 if (!new File(origConfigLocation).exists()) { in updateConfig()175 sLogger.severe("Error - Cannot find the provided config file: " + origConfigLocation); in updateConfig()194 origConfigLocation, configId, binary, removeOldConfig)); in updateConfig()212 configLocation = origConfigLocation; in updateConfig()216 TextFormat.merge(new FileReader(origConfigLocation), builder); in updateConfig()218 sLogger.severe("Failed to read config file " + origConfigLocation + ": " in updateConfig()