Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java161 final File originalApex = mHostUtils.getTestFile(ORIGINAL_APEX_FILE_NAME); in testCompressedApexIsDecompressedAndActivated() local
162 final byte[] originalApexFileBytes = Files.readAllBytes(Paths.get(originalApex.toURI())); in testCompressedApexIsDecompressedAndActivated()