Home
last modified time | relevance | path

Searched refs:ShowAttributes (Results 1 – 5 of 5) sorted by relevance

/external/gptfdisk/
Dgptpart.h68 void ShowAttributes(uint32_t partNum) {attributes.ShowAttributes(partNum);} in ShowAttributes() function
Dattributes.h30 void ShowAttributes(const uint32_t partNum);
Dattributes.cc93 void Attributes::ShowAttributes(const uint32_t partNum) { in ShowAttributes() function in Attributes
Dgpt.h203 void ShowAttributes(const uint32_t partNum);
Dgpt.cc2389 ShowAttributes(partNum); in ManageAttributes()
2407 void GPTData::ShowAttributes(const uint32_t partNum) { in ShowAttributes() function in GPTData
2409 partitions[partNum].ShowAttributes(partNum); in ShowAttributes()