Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java210 String configLocation; in updateConfig() local
212 configLocation = origConfigLocation; in updateConfig()
227 configLocation = tempConfigFile.getAbsolutePath(); in updateConfig()
235 Utils.runCommand(null, sLogger, "adb", "push", configLocation, remotePath); in updateConfig()