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

/haiku/src/tools/fs_shell/
H A Dfssh.cpp299 byte_string(int64_t numBlocks, int64_t blockSize) function in namespace:FSShell
818 byte_string(info.total_blocks, info.block_size), info.total_blocks);
820 byte_string(info.free_blocks, info.block_size), info.free_blocks);

Completed in 14 milliseconds