OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCK_MAP_FILE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/os/
RecoverySystem.java
86
public static final File
BLOCK_MAP_FILE
= new File(RECOVERY_DIR, "block.map");
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();
814
boolean reservePackage =
BLOCK_MAP_FILE
.exists();
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
176
private static final String
BLOCK_MAP_FILE
= "/cache/recovery/block.map";
386
if (!new File(
BLOCK_MAP_FILE
).exists()) {
[
all
...]
Completed in 126 milliseconds