Searched refs:BLOCK_MAP_FILE (Results 1 – 3 of 3) sorted by relevance
86 public static final File BLOCK_MAP_FILE = new File(RECOVERY_DIR, "block.map"); field in RecoverySystem450 if (!BLOCK_MAP_FILE.exists()) { in installPackage()469 BLOCK_MAP_FILE.delete(); in installPackage()785 boolean reservePackage = BLOCK_MAP_FILE.exists(); in handleAftermath()814 if (reservePackage && names[i].equals(BLOCK_MAP_FILE.getName())) continue; in handleAftermath()
280 && !(RecoverySystem.BLOCK_MAP_FILE.exists()); in beginShutdownSequence()
167 private static final String BLOCK_MAP_FILE = "/cache/recovery/block.map"; field in SystemServer377 if (!new File(BLOCK_MAP_FILE).exists()) { in performPendingShutdown()