Searched refs:wiped (Results 1 - 1 of 1) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c579 bool wiped = partition_wiped(fstab->recs[top_idx].blk_device); local
581 fs_mgr_is_formattable(&fstab->recs[top_idx]) && wiped) {
586 ERROR("%s(): %s is wiped and %s %s is formattable. Format it.\n", __func__,
609 if (wiped) {
610 ERROR("%s(): %s is wiped and %s %s is encryptable. Suggest recovery...\n", __func__,
629 ERROR("Failed to mount an un-encryptable or wiped partition on"

Completed in 22 milliseconds