Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/host/
H A DApexCompressionTests.java171 files = getFilesInDir(APEX_ACTIVE_DIR); in testCompressedApexIsDecompressedAndActivated()
193 files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testDecompressedApexSurvivesReboot()
237 files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testHigherVersionOnSystemTriggerDecompression()
263 files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testDifferentRootDigestTriggersDecompression()
287 files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testUnusedDecompressedApexIsCleanedUp_HigherVersion()
306 files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testUnusedDecompressedApexIsCleanedUp_SameVersion()
318 List<String> files = getFilesInDir(OTA_RESERVED_DIR); in testReservedSpaceIsNotCleanedOnReboot()
331 assertThat(getFilesInDir(OTA_RESERVED_DIR)).isEmpty(); in testReservedSpaceIsCleanedUpOnDecompression()
365 assertThat(getFilesInDir(DECOMPRESSED_DIR_PATH)) in testCapexToApexSwitch()
381 assertThat(getFilesInDir(DECOMPRESSED_DIR_PATH)) in testCapexToApexSwitch()
[all …]