Searched refs:BLOCK_MAP_FILE (Results 1 – 5 of 5) sorted by relevance
57 BLOCK_MAP_FILE=59 BLOCK_MAP_FILE=$2113 if [ -n "$BLOCK_MAP_FILE" ]; then114 OPT="$OPT -block-map $BLOCK_MAP_FILE"
132 public static final File BLOCK_MAP_FILE = new File(RECOVERY_DIR, "block.map"); field in RecoverySystem634 if (!BLOCK_MAP_FILE.exists()) { in installPackage()653 BLOCK_MAP_FILE.delete(); in installPackage()1322 boolean reservePackage = BLOCK_MAP_FILE.exists(); in handleAftermath()1352 if (reservePackage && names[i].equals(BLOCK_MAP_FILE.getName())) continue; in handleAftermath()
299 && !(RecoverySystem.BLOCK_MAP_FILE.exists()); in showShutdownDialog()
393 private static final String BLOCK_MAP_FILE = "/cache/recovery/block.map"; field in SystemServer952 if (!new File(BLOCK_MAP_FILE).exists()) { in performPendingShutdown()
41718 Landroid/os/RecoverySystem;->BLOCK_MAP_FILE:Ljava/io/File;