Lines Matching refs:cout
304 cout.fill(' ');
305 cout.width(4);
306 cout << partNum + 1 << " ";
307 cout.width(14);
308 cout << firstLBA << " ";
309 cout.width(14);
310 cout << lastLBA << " ";
311 cout << sizeInIeee << " ";
314 cout << " ";
315 cout.fill('0');
316 cout.width(4);
317 cout.setf(ios::uppercase);
318 cout << hex << partitionType.GetHexType() << " " << dec;
319 cout.fill(' ');
322 cout << description << "\n";
359 cout << GetDescription().substr( 0 , i ) ;
360 if ( i < len ) cout << "..." ;
361 cout << "\n";
363 cout.fill(' ');
373 cout << "Partition GUID code: " << partitionType;
374 cout << " (" << partitionType.TypeName() << ")\n";
375 cout << "Partition unique GUID: " << uniqueGUID << "\n";
377 cout << "First sector: " << firstLBA << " (at "
379 cout << "Last sector: " << lastLBA << " (at "
382 cout << "Partition size: " << size << " sectors ("
384 cout << "Attribute flags: ";
385 cout.fill('0');
386 cout.width(16);
387 cout << hex;
388 cout << attributes << "\n";
389 cout << dec;
390 cout << "Partition name: '" << GetDescription() << "'\n";
391 cout.fill(' ');
446 cout << "Current type is " << hex << GetHexType() << dec << " (" << GetTypeName() << ")\n";
448 cout << "Hex code or GUID (L to show codes, Enter = " << hex << GetHexType() << dec << "): ";
460 cout << "Changed type of partition to '" << partitionType.TypeName() << "'\n";