Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java378 File binaryProfileFile = File.createTempFile("primary", ".prof"); in constructDmFile() local
388 assertTrue(mDevice.pullFile(binaryProfileFileOnDevice, binaryProfileFile)); in constructDmFile()
395 InputStream inputStream = new FileInputStream(binaryProfileFile)) { in constructDmFile()
404 FileUtil.deleteFile(binaryProfileFile); in constructDmFile()