OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBRData
(Results
1 - 4
of
4
) sorted by null
/external/gptfdisk/
mbr.h
20
*
MBRData
class and related structures *
25
class
MBRData
: public BasicMBRData {
28
MBRData
(void) {}
29
MBRData
(string deviceFilename) : BasicMBRData(deviceFilename) {}
30
MBRData
& operator=(const BasicMBRData & orig);
40
}; // struct
MBRData
mbr.cc
27
*
MBRData
class and related structures *
32
MBRData
&
MBRData
::operator=(const
MBRData
& orig) {
35
} //
MBRData
::operator=() */
38
MBRData
&
MBRData
::operator=(const BasicMBRData & orig) {
41
} //
MBRData
::operator=()
50
void
MBRData
::MakeProtectiveMBR(int clearBoot) {
70
} //
MBRData
::MakeProtectiveMBR(
[
all
...]
gpt.h
68
MBRData
protectiveMBR;
gpttext.cc
402
MBRData
hybridMBR;
[
all
...]
Completed in 9295 milliseconds