Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dgptpart.h67 void ShowAttributes(uint32_t partNum) {attributes.ShowAttributes(partNum);} in ShowAttributes() function
Dattributes.h28 void ShowAttributes(const uint32_t partNum);
Dattributes.cc93 void Attributes::ShowAttributes(const uint32_t partNum) { in ShowAttributes() function in Attributes
Dgpt.h206 void ShowAttributes(const uint32_t partNum);
Dgpt.cc2584 ShowAttributes(partNum); in ManageAttributes()
2602 void GPTData::ShowAttributes(const uint32_t partNum) { in ShowAttributes() function in GPTData
2604 partitions[partNum].ShowAttributes(partNum); in ShowAttributes()