Searched refs:outDevPath (Results 1 – 2 of 2) sorted by relevance
225 String outDevPath = getDevice().getMountPoint(IDevice.MNT_EXTERNAL_STORAGE) + "/vqf/output/" in testEncoding() local227 Assert.assertTrue("Failed to pull mp4 files from " + outDevPath in testEncoding()228 + " to " + outHostPath.getPath(), getDevice().pullDir(outDevPath, outHostPath)); in testEncoding()229 getDevice().deleteFile(outDevPath); in testEncoding()
400 String outDevPath = getDevice().getMountPoint(IDevice.MNT_EXTERNAL_STORAGE) + "/veq/output/" in testEncoding() local402 Assert.assertTrue("Failed to pull mp4 files from " + outDevPath in testEncoding()403 + " to " + outHostPath.getPath(), getDevice().pullDir(outDevPath, outHostPath)); in testEncoding()404 getDevice().deleteFile(outDevPath); in testEncoding()