HomeSort by relevance Sort by last modified time
    Searched refs:canBeLogical (Results 1 - 2 of 2) sorted by null

  /external/gptfdisk/
mbrpart.h 63 int canBeLogical;
88 void SetCanBeLogical(int c) {canBeLogical = c;}
99 int CanBeLogical(void) {return canBeLogical;}
mbrpart.cc 52 canBeLogical = 0;
84 canBeLogical = orig.canBeLogical;
319 // Show MBR data. Should update canBeLogical flags before calling.
348 if (canBeLogical)

Completed in 66 milliseconds