Home | History | Annotate | Download | only in model

Lines Matching defs:Table

84 enum class Table {
315 // Parse partition table
334 Table table = Table::kUnknown;
344 table = Table::kMbr;
346 table = Table::kGpt;
348 LOG(WARNING) << "Invalid partition table " << *it;
362 if (table == Table::kMbr) {
379 } else if (table == Table::kGpt) {
395 if (table == Table::kUnknown || !foundParts) {
396 LOG(WARNING) << mId << " has unknown partition table; trying entire device";
427 // First nuke any existing partition table
439 // Now let's build the new MBR table. We heavily rely on sgdisk to
466 // First nuke any existing partition table
502 // Now let's build the new GPT table. We heavily rely on sgdisk to