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 RecoverySystem458 if (!BLOCK_MAP_FILE.exists()) { in installPackage()477 BLOCK_MAP_FILE.delete(); in installPackage()822 boolean reservePackage = BLOCK_MAP_FILE.exists(); in handleAftermath()851 if (reservePackage && names[i].equals(BLOCK_MAP_FILE.getName())) continue; in handleAftermath()
179 private static final String BLOCK_MAP_FILE = "/cache/recovery/block.map"; field in SystemServer393 if (!new File(BLOCK_MAP_FILE).exists()) { in performPendingShutdown()
280 && !(RecoverySystem.BLOCK_MAP_FILE.exists()); in beginShutdownSequence()