Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java260 File tmpDestFile2 = null; in testPushPull_extStorageVariable() local
281 tmpDestFile2 = mTestDevice.pullFileFromExternal(filename); in testPushPull_extStorageVariable()
282 assertNotNull(tmpDestFile2); in testPushPull_extStorageVariable()
283 assertTrue(compareFiles(tmpFile, tmpDestFile2)); in testPushPull_extStorageVariable()
287 FileUtil.deleteFile(tmpDestFile2); in testPushPull_extStorageVariable()