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

  /external/gptfdisk/
gpt.cc 149 partitions = new GPTPart [numParts];
    [all...]
gpt.h 9 #include "gptpart.h"
13 #include "gptpart.h"
65 GPTPart *partitions;
140 int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful
174 const GPTPart & operator[](uint32_t partNum) const;

Completed in 63 milliseconds