Home
last modified time | relevance | path

Searched refs:aBytesPerCluster (Results 1 – 3 of 3) sorted by relevance

/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx1057 BigInt aBytesPerCluster( BigInt(nSectorsPerCluster) * in QueryDiskSpace() local
1059 rFreeBytes = aBytesPerCluster * BigInt(nFreeClusters); in QueryDiskSpace()
1060 rTotalBytes = aBytesPerCluster * BigInt(nClusters); in QueryDiskSpace()
H A Dos2.cxx997 BigInt aBytesPerCluster( BigInt(aFSInfoBuf.cbSector) * in QueryDiskSpace() local
999 rFreeBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnitAvail); in QueryDiskSpace()
1000 rTotalBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnit); in QueryDiskSpace()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2502 uint64_t aBytesPerCluster( uint64_t(aFSInfoBuf.cbSector) * in get_volume_space_information() local
2504 pInfo->uFreeSpace = aBytesPerCluster * uint64_t(aFSInfoBuf.cUnitAvail); in get_volume_space_information()
2505 pInfo->uTotalSpace = aBytesPerCluster * uint64_t(aFSInfoBuf.cUnit); in get_volume_space_information()

Completed in 46 milliseconds