Searched refs:BLOCK_MAP_FILE (Results 1 – 4 of 4) sorted by relevance
125 public static final File BLOCK_MAP_FILE = new File(RECOVERY_DIR, "block.map"); field in RecoverySystem567 if (!BLOCK_MAP_FILE.exists()) { in installPackage()586 BLOCK_MAP_FILE.delete(); in installPackage()1104 boolean reservePackage = BLOCK_MAP_FILE.exists(); in handleAftermath()1134 if (reservePackage && names[i].equals(BLOCK_MAP_FILE.getName())) continue; in handleAftermath()
292 && !(RecoverySystem.BLOCK_MAP_FILE.exists()); in showShutdownDialog()
288 private static final String BLOCK_MAP_FILE = "/cache/recovery/block.map"; field in SystemServer607 if (!new File(BLOCK_MAP_FILE).exists()) { in performPendingShutdown()
52273 Landroid/os/RecoverySystem;->BLOCK_MAP_FILE:Ljava/io/File;