Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java220 File tmpDestFile = null; in testPushPull_normal() local
236 tmpDestFile = FileUtil.createTempFile("tmp", "txt"); in testPushPull_normal()
237 assertTrue(mTestDevice.pullFile(deviceFilePath, tmpDestFile)); in testPushPull_normal()
238 assertTrue(compareFiles(tmpFile, tmpDestFile)); in testPushPull_normal()
241 if (tmpDestFile != null) { in testPushPull_normal()
242 tmpDestFile.delete(); in testPushPull_normal()
259 File tmpDestFile = null; in testPushPull_extStorageVariable() local
277 tmpDestFile = FileUtil.createTempFile("tmp", "txt"); in testPushPull_extStorageVariable()
278 assertTrue(mTestDevice.pullFile(deviceFilePath, tmpDestFile)); in testPushPull_extStorageVariable()
279 assertTrue(compareFiles(tmpFile, tmpDestFile)); in testPushPull_extStorageVariable()
[all …]