Lines Matching defs:Table
78 enum class Table {
296 // Parse partition table
312 Table table = Table::kUnknown;
322 table = Table::kMbr;
324 table = Table::kGpt;
336 if (table == Table::kMbr) {
347 } else if (table == Table::kGpt) {
361 if (table == Table::kUnknown || !foundParts) {
362 LOG(WARNING) << mId << " has unknown partition table; trying entire device";
392 // First nuke any existing partition table
456 // First nuke any existing partition table
487 // Now let's build the new GPT table. We heavily rely on sgdisk to