Lines Matching refs:cout
309 cout.fill(' ');
310 cout.width(4);
311 cout << partNum + 1 << " ";
312 cout.width(14);
313 cout << firstLBA << " ";
314 cout.width(14);
315 cout << lastLBA << " ";
316 cout << sizeInIeee << " ";
319 cout << " ";
320 cout.fill('0');
321 cout.width(4);
322 cout.setf(ios::uppercase);
323 cout << hex << partitionType.GetHexType() << " " << dec;
324 cout.fill(' ');
327 cout << description << "\n";
364 cout << GetDescription().substr( 0 , i ) ;
365 if ( i < len ) cout << "..." ;
366 cout << "\n";
368 cout.fill(' ');
378 cout << "Partition GUID code: " << partitionType;
379 cout << " (" << partitionType.TypeName() << ")\n";
380 cout << "Partition unique GUID: " << uniqueGUID << "\n";
382 cout << "First sector: " << firstLBA << " (at "
384 cout << "Last sector: " << lastLBA << " (at "
387 cout << "Partition size: " << size << " sectors ("
389 cout << "Attribute flags: ";
390 cout.fill('0');
391 cout.width(16);
392 cout << hex;
393 cout << attributes << "\n";
394 cout << dec;
395 cout << "Partition name: '" << GetDescription() << "'\n";
396 cout.fill(' ');
447 cout << "Current type is '" << GetTypeName() << "'\n";
449 … cout << "Hex code or GUID (L to show codes, Enter = " << hex << DEFAULT_GPT_TYPE << dec << "): ";
461 cout << "Changed type of partition to '" << partitionType.TypeName() << "'\n";