Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java185 String configLocation; in updateConfig() local
187 configLocation = origConfigLocation; in updateConfig()
202 configLocation = tempConfigFile.getAbsolutePath(); in updateConfig()
210 Utils.runCommand(null, sLogger, "adb", "push", configLocation, remotePath); in updateConfig()