Lines Matching defs:Table
73 enum class Table {
253 // Parse partition table
269 Table table = Table::kUnknown;
279 table = Table::kMbr;
281 table = Table::kGpt;
293 if (table == Table::kMbr) {
304 } else if (table == Table::kGpt) {
318 if (table == Table::kUnknown || !foundParts) {
319 LOG(WARNING) << mId << " has unknown partition table; trying entire device";
394 // First nuke any existing partition table
425 // Now let's build the new GPT table. We heavily rely on sgdisk to