Home
last modified time | relevance | path

Searched refs:newPartInfo (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dgptcl.cc29 attributeOperation = backupFile = partName = hybrids = newPartInfo = NULL; in GPTDataCL()
92 {"new", 'n', POPT_ARG_STRING, &newPartInfo, 'n', "create new partition", "partnum:start:end"}, in DoOptions()
285 newPartNum = (int) GetInt(newPartInfo, 1) - 1; in DoOptions()
291 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low); in DoOptions()
292 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high); in DoOptions()
300 free(newPartInfo); in DoOptions()
Dgptcl.h34 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable