Home
last modified time | relevance | path

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

/aosp12/system/apex/tests/src/com/android/tests/apex/host/
H A DApexCompressionTests.java58 private static final String OTA_RESERVED_DIR = "/data/apex/ota_reserved/"; field in ApexCompressionTests
73 OTA_RESERVED_DIR + "*"); in setUp()
84 OTA_RESERVED_DIR + "*"); in tearDown()
314 getDevice().executeShellCommand("touch " + OTA_RESERVED_DIR + "random"); in testReservedSpaceIsNotCleanedOnReboot()
318 List<String> files = getFilesInDir(OTA_RESERVED_DIR); in testReservedSpaceIsNotCleanedOnReboot()
326 getDevice().executeShellCommand("touch " + OTA_RESERVED_DIR + "random1"); in testReservedSpaceIsCleanedUpOnDecompression()
327 getDevice().executeShellCommand("touch " + OTA_RESERVED_DIR + "random2"); in testReservedSpaceIsCleanedUpOnDecompression()
331 assertThat(getFilesInDir(OTA_RESERVED_DIR)).isEmpty(); in testReservedSpaceIsCleanedUpOnDecompression()