Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:GetDescription

77 UnicodeString GPTPart::GetDescription(void) {
79 } // GPTPart::GetDescription()
82 string GPTPart::GetDescription(void) {
135 } // GPTPart::GetDescription(), UTF-8 version
161 if (GetDescription() == partitionType.UTypeName()) {
163 if (GetDescription() == partitionType.TypeName()) {
317 GetDescription().extractBetween(0, 23, description);
320 string desc = GetDescription() ;
355 cout << GetDescription().substr( 0 , i ) ;
386 cout << "Partition name: '" << GetDescription() << "'\n";
433 changeName = (GetDescription() == GetUTypeName());
435 changeName = (GetDescription() == GetTypeName());