Searched refs:wiped (Results 1 – 2 of 2) sorted by relevance
54 static std::set<std::string> wiped; in WipeOverlayfsForPartition() local55 if (wiped.find(partition_name) != wiped.end()) return; in WipeOverlayfsForPartition()56 wiped.insert(partition_name); in WipeOverlayfsForPartition()
1395 bool wiped = false; in fs_mgr_mount_all() local1521 attempted_entry.mount_point, wiped ? "true" : "false", in fs_mgr_mount_all()1539 wiped = partition_wiped(current_entry.blk_device.c_str()); in fs_mgr_mount_all()1541 current_entry.fs_mgr_flags.formattable && wiped) { in fs_mgr_mount_all()