Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java163 final File decompressedFile = getDevice().pullFile( in testCompressedApexIsDecompressedAndActivated() local
167 Files.readAllBytes(Paths.get(decompressedFile.toURI())); in testCompressedApexIsDecompressedAndActivated()
184 final File decompressedFile = getDevice().pullFile( in testDecompressedApexSurvivesReboot() local
188 Files.readAllBytes(Paths.get(decompressedFile.toURI())); in testDecompressedApexSurvivesReboot()
250 final File decompressedFile = getDevice().pullFile( in testDifferentRootDigestTriggersDecompression() local
254 Files.readAllBytes(Paths.get(decompressedFile.toURI())); in testDifferentRootDigestTriggersDecompression()