Searched refs:aBytesPerCluster (Results 1 – 3 of 3) sorted by relevance
1057 BigInt aBytesPerCluster( BigInt(nSectorsPerCluster) * in QueryDiskSpace() local1059 rFreeBytes = aBytesPerCluster * BigInt(nFreeClusters); in QueryDiskSpace()1060 rTotalBytes = aBytesPerCluster * BigInt(nClusters); in QueryDiskSpace()
997 BigInt aBytesPerCluster( BigInt(aFSInfoBuf.cbSector) * in QueryDiskSpace() local999 rFreeBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnitAvail); in QueryDiskSpace()1000 rTotalBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnit); in QueryDiskSpace()
2502 uint64_t aBytesPerCluster( uint64_t(aFSInfoBuf.cbSector) * in get_volume_space_information() local2504 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 40 milliseconds