OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gptPart
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
gpt.cc
144
partitions = new
GPTPart
[numParts];
[
all
...]
gpt.h
9
#include "
gptpart
.h"
13
#include "
gptpart
.h"
65
GPTPart
*partitions;
139
int OnePartToMBR(uint32_t
gptPart
, int mbrPart); // add one partition to MBR. Returns 1 if successful
173
const
GPTPart
& operator[](uint32_t partNum) const;
Completed in 167 milliseconds