Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dwipe_data.cpp83 bool WipeData(Device* device, bool keep_memtag_mode, std::string_view data_fstype) { in WipeData() argument
85 ui->Print("\n-- Wiping data %.*s...\n", static_cast<int>(data_fstype.size()), data_fstype.data()); in WipeData()
96 success &= EraseVolume(DATA_ROOT, ui, data_fstype); in WipeData()
99 success &= EraseVolume(CACHE_ROOT, ui, data_fstype); in WipeData()
102 success &= EraseVolume(METADATA_ROOT, ui, data_fstype); in WipeData()
/bootable/recovery/
Drecovery.cpp639 std::string data_fstype; in start_recovery() local
684 data_fstype = optarg; in start_recovery()
805 if (!WipeData(device, should_keep_memtag_mode, data_fstype)) { in start_recovery()
820 if (!WipeCache(ui, nullptr, data_fstype)) { in start_recovery()