Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java173 final String origConfigLocation = args[idx + 1]; in updateConfig() local
174 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()