Searched refs:tmpDestFile (Results 1 – 1 of 1) sorted by relevance
220 File tmpDestFile = null; in testPushPull_normal() local236 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() local277 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 …]