Searched refs:remotePath (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/subscriber/ |
D | ShellSubscriberTest.java | 128 String remotePath = "/data/local/tmp/" + configFile.getName(); in startSubscription() local 129 getDevice().pushFile(configFile, remotePath); in startSubscription() 132 String cmd = String.join(" ", "cat", remotePath, "|", "cmd stats data-subscribe", in startSubscription() 139 getDevice().executeShellCommand("rm " + remotePath); in startSubscription()
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 419 String remotePath = "/data/local/tmp/" + configFile.getName(); in pushConfig() local 421 "push", configFile.getAbsolutePath(), remotePath); in pushConfig() 423 "shell", "cat", remotePath, "|", Utils.CMD_UPDATE_CONFIG, in pushConfig() 425 return remotePath; in pushConfig()
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
D | LocalDrive.java | 233 String remotePath = "/data/local/tmp/statsdconfig.config"; in updateConfig() local 235 Utils.runCommand(null, sLogger, "adb", "push", configLocation, remotePath); in updateConfig() 236 Utils.runCommand(null, sLogger, "adb", "shell", "cat", remotePath, "|", in updateConfig()
|
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
D | AtomTestCase.java | 298 String remotePath = "/data/local/tmp/" + configFile.getName(); in uploadConfig() local 299 getDevice().pushFile(configFile, remotePath); in uploadConfig() 301 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, in uploadConfig() 303 getDevice().executeShellCommand("rm " + remotePath); in uploadConfig()
|