Searched refs:newPartInfo (Results 1 – 2 of 2) sorted by relevance
/external/gptfdisk/ |
D | gptcl.cc | 29 attributeOperation = backupFile = partName = hybrids = newPartInfo = NULL; in GPTDataCL() 93 {"new", 'n', POPT_ARG_STRING, &newPartInfo, 'n', "create new partition", "partnum:start:end"}, in DoOptions() 289 newPartNum = (int) GetInt(newPartInfo, 1) - 1; in DoOptions() 295 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low); in DoOptions() 296 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high); in DoOptions() 304 free(newPartInfo); in DoOptions()
|
D | gptcl.h | 34 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
|