Home
last modified time | relevance | path

Searched refs:ShowAttributes (Results 1 – 4 of 4) 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.cc91 void Attributes::ShowAttributes(const uint32_t partNum) { in ShowAttributes() function in Attributes
Dgpt.cc2379 ShowAttributes(partNum); in ManageAttributes()
2397 void GPTData::ShowAttributes(const uint32_t partNum) { in ShowAttributes() function in GPTData
2399 partitions[partNum].ShowAttributes(partNum); in ShowAttributes()