Searched refs:size_to_string (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/diskusage/
H A DDiskUsage.h66 void size_to_string(off_t byteCount, char* name, int maxLength);
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp103 size_to_string(off_t size) function
820 maxFileCount, size_to_string(sMaxFileSize).c_str(), maxDirCount, seed);
908 printf("%s written in %s, %s/s\n", size_to_string(sWriteTotal).c_str(),
910 size_to_string(int64(0.5 + sWriteTotal
912 printf("%s read in %s, %s/s\n", size_to_string(sReadTotal).c_str(),
914 size_to_string(int64(0.5 + sReadTotal
/haiku/src/system/boot/loader/
H A Dmenu.cpp474 size_to_string(off_t size, char* buffer, size_t bufferSize) function
1392 size_to_string(partition->offset, offsetBuffer,
1394 size_to_string(partition->size, sizeBuffer,

Completed in 40 milliseconds