Searched defs:BLOCK_MAP_FILE (Results 1 - 2 of 2) 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
418 * UNCRYPT_PACKAGE_FILE and delete BLOCK_MAP_FILE to trigger uncrypt during the
450 if (!BLOCK_MAP_FILE.exists()) {
469 BLOCK_MAP_FILE.delete();
785 boolean reservePackage = BLOCK_MAP_FILE.exists();
806 // the block map file (BLOCK_MAP_FILE) for a package. BLOCK_MAP_FILE
814 if (reservePackage && names[i].equals(BLOCK_MAP_FILE.getName())) continue;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java167 private static final String BLOCK_MAP_FILE = "/cache/recovery/block.map"; field in class:SystemServer
377 if (!new File(BLOCK_MAP_FILE).exists()) {

Completed in 59 milliseconds