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

/haiku-fatelf/src/bin/
H A Ddf.cpp66 ByteString(int64 numBlocks, int64 blockSize) function
97 strcpy(temp, ByteString(blocks, blockSize));
127 printf("\n I/O Size: %10s (%Ld byte)\n", ByteString(info.io_size, 1), info.io_size);
128 printf(" Block Size: %10s (%Ld byte)\n", ByteString(info.block_size, 1), info.block_size);
129 printf(" Total Blocks: %10s (%Ld blocks)\n", ByteString(info.total_blocks, info.block_size), info.total_blocks);
130 printf(" Free Blocks: %10s (%Ld blocks)\n", ByteString(info.free_blocks, info.block_size), info.free_blocks);

Completed in 51 milliseconds