Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBaseInstallMultiple.java142 final String remotePath = "/data/local/tmp/" + i + "_" + apk.getName(); in run() local
143 if (!device.pushFile(apk, remotePath)) { in run()
151 cmd.append(' ').append(remotePath); in run()