Searched refs:mbrParts (Results 1 - 2 of 2) sorted by relevance
/third_party/gptfdisk/ |
H A D | gptcl.h | 32 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; member in GPTDataCL
|
H A D | gptcl.cc | 33 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL; in GPTDataCL() 101 {"gpttombr", 'm', POPT_ARG_STRING, &mbrParts, 'm', "convert GPT to MBR", "partnum[:partnum...]"}, in DoOptions() 308 if (BuildMBR(mbrParts, 0) == 1) { in DoOptions()
|
Completed in 1 milliseconds