Home
last modified time | relevance | path

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

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