Searched refs:BLOCK_MAP_FILE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DRecoverySystem.java86 public static final File BLOCK_MAP_FILE = new File(RECOVERY_DIR, "block.map"); field in class:RecoverySystem
426 * UNCRYPT_PACKAGE_FILE and delete BLOCK_MAP_FILE to trigger uncrypt during the
458 if (!BLOCK_MAP_FILE.exists()) {
477 BLOCK_MAP_FILE.delete();
822 boolean reservePackage = BLOCK_MAP_FILE.exists();
843 // the block map file (BLOCK_MAP_FILE) for a package. BLOCK_MAP_FILE
851 if (reservePackage && names[i].equals(BLOCK_MAP_FILE.getName())) continue;
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java280 && !(RecoverySystem.BLOCK_MAP_FILE.exists());
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java177 private static final String BLOCK_MAP_FILE = "/cache/recovery/block.map"; field in class:SystemServer
387 if (!new File(BLOCK_MAP_FILE).exists()) {

Completed in 2709 milliseconds