Home
last modified time | relevance | path

Searched refs:RECOVERY_WIPE_ENTRY_NAME (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/install/
Dwipe_device.cpp49 constexpr char RECOVERY_WIPE_ENTRY_NAME[] = "recovery.wipe"; in GetWipePartitionList() local
53 if (FindEntry(zip, RECOVERY_WIPE_ENTRY_NAME, &entry) == 0) { in GetWipePartitionList()
59 LOG(ERROR) << "Failed to extract " << RECOVERY_WIPE_ENTRY_NAME << ": " in GetWipePartitionList()
64 LOG(INFO) << "Failed to find " << RECOVERY_WIPE_ENTRY_NAME in GetWipePartitionList()