OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetHexType
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
parttypes.cc
358
uint16_t PartType::
GetHexType
() const {
gptpart.cc
45
uint16_t GPTPart::
GetHexType
(void) const {
46
return partitionType.
GetHexType
();
47
} // GPTPart::
GetHexType
()
312
cout << hex << partitionType.
GetHexType
() << " " << dec;
Completed in 43 milliseconds