OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBR_SIZED_GOOD
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
gptpart.h
29
#define
MBR_SIZED_GOOD
0 /* Whole partition under 2^32 sectors */
gptpart.cc
141
// Returns
MBR_SIZED_GOOD
, MBR_SIZED_IFFY, or MBR_SIZED_BAD; see comments
144
int retval =
MBR_SIZED_GOOD
;
gptcl.cc
487
if (IsUsedPartNum(origPartNum) && (partitions[origPartNum].IsSizedForMBR() ==
MBR_SIZED_GOOD
)) {
Completed in 35 milliseconds