OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPTPart
(Results
1 - 11
of
11
) sorted by null
/external/gptfdisk/
gptpart.h
2
// C++ Interface:
gptpart
28
// Values returned by
GPTPart
::IsSizedForMBR()
35
*
GPTPart
class and related structures *
39
class
GPTPart
{
41
// Caution: The non-static data in
GPTPart
is precisely the right size
46
// GPTData::LoadSecondTableAsMain() and then removing the
GPTPart
55
GPTPart
(void);
56
~
GPTPart
(void);
89
GPTPart
& operator=(const
GPTPart
& orig)
[
all
...]
gptpart.cc
2
// C++ Implementation:
gptpart
29
#include "
gptpart
.h"
34
GPTPart
::
GPTPart
(void) {
43
GPTPart
::~
GPTPart
(void) {
47
uint16_t
GPTPart
::GetHexType(void) const {
49
} //
GPTPart
::GetHexType()
53
string
GPTPart
::GetTypeName(void) {
55
} //
GPTPart
::GetNameType(
[
all
...]
mbr.h
8
#include "
gptpart
.h"
39
GPTPart
AsGPT(int i);
gptcurses.h
24
#include "
gptpart
.h"
70
GPTPart
*origPart;
79
GPTPart
emptySpace;
bsd.h
8
#include "
gptpart
.h"
90
GPTPart
AsGPT(int i); // Return BSD part. as GPT part.
sgdisk.cc
36
GPTPart
partData;
mbr.cc
138
GPTPart
MBRData::AsGPT(int i) {
140
GPTPart
newPart;
bsd.cc
269
GPTPart
BSDData::AsGPT(int i) {
270
GPTPart
guid; // dump data in here, then return it
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;
gpt.cc
149
partitions = new
GPTPart
[numParts];
[
all
...]
gpttext.cc
335
GPTPart
temp;
[
all
...]
Completed in 165 milliseconds