Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DPocPusher.java134 File localFile = buildHelper.getTestFile(testFile); in pushFile() local
135 device.pushFile(localFile, remoteFile); in pushFile()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java173 File localFile = File.createTempFile("tradefed-tombstone-", tombstoneFile.getName());
174 if (!device.pullFile(tombstoneFile.getFullPath(), localFile)) {
178 tombstones.add(readTombstone(localFile));
179 localFile.delete();