Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp38 constexpr const char* METADATA_ROOT = "/metadata"; variable
121 if (volume_for_mount_point(METADATA_ROOT) != nullptr) { in WipeData()
122 success &= EraseVolume(METADATA_ROOT, ui, false); in WipeData()