Symbol: string_for_size
headers/private/shared/StringForSize.h
14
const char* string_for_size(double size, char* string, size_t stringSize);
headers/private/shared/StringForSize.h
21
using BPrivate::string_for_size;
src/add-ons/disk_systems/bfs/BFSAddOn.cpp
63
string_for_size(size, buffer, 256);
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
351
string_for_size(used, usedBuffer, 128),
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
352
string_for_size(total, totalBuffer, 128));
src/apps/activitymonitor/DataSource.cpp
298
string_for_size(value, buffer, sizeof(buffer));
src/apps/bootmanager/DrivesPage.cpp
89
fSize = string_for_size(device.Size(), buffer, sizeof(buffer));
src/apps/bootmanager/PartitionsPage.cpp
187
*text = string_for_size(size, buffer, sizeof(buffer));
src/apps/diskusage/InfoWindow.cpp
92
string_for_size(f->size, tmp, sizeof(tmp));
src/apps/diskusage/PieView.cpp
469
string_for_size(volCapacity, label, sizeof(label));
src/apps/diskusage/StatusView.cpp
151
string_for_size(info->size, label, sizeof(label));
src/apps/drivesetup/MainWindow.cpp
1041
string_for_size(targetbytes, currentBuffer, 16),
src/apps/drivesetup/MainWindow.cpp
1042
string_for_size(sourcesize, maximumBuffer, 16));
src/apps/drivesetup/PartitionList.cpp
329
SetField(new BStringField(string_for_size(partition->Size(), size,
src/apps/drivesetup/PartitionList.cpp
336
SetField(new BStringField(string_for_size(volume.FreeBytes(), size,
src/apps/drivesetup/PartitionList.cpp
394
SetField(new BStringField(string_for_size(size, sizeString,
src/apps/drivesetup/Support.cpp
130
string_for_size(fStartOffset, buffer, sizeof(buffer)));
src/apps/drivesetup/Support.cpp
132
string_for_size(fEndOffset, buffer, sizeof(buffer)));
src/apps/drivesetup/Support.cpp
155
return string_for_size(Size(), fStatusLabel, sizeof(fStatusLabel));
src/apps/drivesetup/Support.cpp
37
printf("\tSize(): %s\n", string_for_size(partition->Size(), size,
src/apps/drivesetup/Support.cpp
39
printf("\tContentSize(): %s\n", string_for_size(partition->ContentSize(),
src/apps/haikudepot/ui/PackageListView.cpp
396
return string_for_size(fSize, buffer, sizeof(buffer));
src/apps/installer/PackageViews.cpp
121
string_for_size(fSize, string, stringSize);
src/apps/installer/PackageViews.cpp
282
string_for_size(size, string, stringSize);
src/apps/installer/WorkerThread.cpp
924
string_for_size(partition->Size(), size, sizeof(size));
src/apps/mail/Enclosures.cpp
477
string_for_size(bytes, size, sizeof(size));
src/apps/packageinstaller/PackageView.cpp
673
string_for_size(size, sizeString, sizeof(sizeString));
src/apps/processcontroller/KernelMemoryBarMenuItem.cpp
145
string_for_size(fCommittedMemory * 1024.0, infos, sizeof(infos));
src/apps/processcontroller/KernelMemoryBarMenuItem.cpp
149
string_for_size(fCachedMemory * 1024.0, infos, sizeof(infos));
src/apps/processcontroller/MemoryBarMenu.cpp
44
string_for_size(99999999.9, buffer, sizeof(buffer));
src/apps/processcontroller/MemoryBarMenuItem.cpp
182
string_for_size(fWriteMemory * 1024.0, infos, sizeof(infos));
src/apps/processcontroller/MemoryBarMenuItem.cpp
188
string_for_size(fAllMemory * 1024.0, infos, sizeof(infos));
src/apps/webpositive/DownloadProgressView.cpp
795
BString currentSize = string_for_size((double)fCurrentSize, sizeBuffer,
src/apps/webpositive/DownloadProgressView.cpp
800
= string_for_size((double)fExpectedSize, sizeBuffer, sizeof(sizeBuffer));
src/apps/webpositive/DownloadProgressView.cpp
818
buffer.ReplaceFirst("%rate%", string_for_size(fBytesPerSecond,
src/apps/webpositive/DownloadProgressView.cpp
826
buffer = string_for_size(fBytesPerSecond, sizeBuffer,
src/bin/bfs_tools/bfsinfo.cpp
299
string_for_size(disk.NumBlocks() * disk.BlockSize(), buffer,
src/bin/bfs_tools/bfsinfo.cpp
304
string_for_size(disk.BlockBitmap()->UsedBlocks() * disk.BlockSize(),
src/bin/bfs_tools/bfsinfo.cpp
309
string_for_size(disk.BlockBitmap()->FreeBlocks() * disk.BlockSize(),
src/bin/bfs_tools/bfsinfo.cpp
316
string_for_size(disk.BlockSize() * size, buffer, sizeof(buffer));
src/bin/fstrim.cpp
268
string_for_size(trimData.trimmed_size, trimmedSize, 128);
src/bin/pkgman/PackageManager.cpp
235
string_for_size(bytes, byteBuffer, sizeof(byteBuffer)),
src/bin/pkgman/PackageManager.cpp
236
string_for_size(totalBytes, totalBuffer, sizeof(totalBuffer)),
src/bin/pkgman/PackageManager.cpp
282
string_for_size(fLastBytes, byteBuffer, sizeof(byteBuffer)));
src/kits/debugger/controllers/DebugReportGenerator.cpp
304
BPrivate::string_for_size((int64)info.max_pages * B_PAGE_SIZE,
src/kits/debugger/controllers/DebugReportGenerator.cpp
306
BPrivate::string_for_size((int64)info.used_pages * B_PAGE_SIZE,
src/kits/package/CleanUpAdminDirectoryRequest.cpp
96
question.ReplaceAll("%size", string_for_size(totalSize, buffer, sizeof(buffer)));
src/kits/tracker/StatusWindow.cpp
764
string_for_size((double)fSizeProcessed, sizeBuffer,
src/kits/tracker/StatusWindow.cpp
767
string_for_size((double)fTotalSize, sizeBuffer,
src/kits/tracker/StatusWindow.cpp
770
string_for_size(fBytesPerSecond, sizeBuffer, sizeof(sizeBuffer)));
src/kits/tracker/StatusWindow.cpp
785
string_for_size(fBytesPerSecond, sizeBuffer, sizeof(sizeBuffer)));
src/kits/tracker/WidgetAttributeText.cpp
96
BString buffer = string_for_size(value, sizeBuffer, sizeof(sizeBuffer));
src/kits/tracker/infowindow/GeneralInfoView.cpp
742
string_for_size(capacity, sizeStr, sizeof(sizeStr));
src/kits/tracker/infowindow/GeneralInfoView.cpp
744
string_for_size(capacity - fFreeBytes, sizeStr, sizeof(sizeStr));
src/kits/tracker/infowindow/GeneralInfoView.cpp
746
string_for_size(fFreeBytes, sizeStr, sizeof(sizeStr));
src/kits/tracker/infowindow/InfoWindow.cpp
486
result << string_for_size((double)size, sizeBuffer, sizeof(sizeBuffer));
src/preferences/network/InterfaceView.cpp
227
string_for_size(stats.send.bytes, buffer, sizeof(buffer));
src/preferences/network/InterfaceView.cpp
230
string_for_size(stats.receive.bytes, buffer, sizeof(buffer));
src/preferences/virtualmemory/SettingsWindow.cpp
457
minLabel << string_for_size(minSize, sizeStr, sizeof(sizeStr));
src/preferences/virtualmemory/SettingsWindow.cpp
458
maxLabel << string_for_size(safeSpace, sizeStr, sizeof(sizeStr));
src/preferences/virtualmemory/SettingsWindow.cpp
498
BString swapSizeStr = string_for_size(currentSwapSize, sizeStr,
src/preferences/virtualmemory/SettingsWindow.cpp
500
BString swapUsedStr = string_for_size(currentSwapUsed, sizeStr,
src/preferences/virtualmemory/SettingsWindow.cpp
70
return string_for_size(Value() * kMegaByte, fText, sizeof(fText));