Searched refs:OTA_RESERVED_DIR (Results 1 – 1 of 1) sorted by relevance
58 private static final String OTA_RESERVED_DIR = "/data/apex/ota_reserved/"; field in ApexCompressionTests73 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()