Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcl.h40 int BuildMBR(char* argument, int isHybrid);
Dgptcl.cc258 if (BuildMBR(hybrids, 1) == 1) in DoOptions()
275 if (BuildMBR(mbrParts, 0) == 1) { in DoOptions()
480 int GPTDataCL::BuildMBR(char* argument, int isHybrid) { in BuildMBR() function in GPTDataCL