Home
last modified time | relevance | path

Searched refs:aFSInfoBuf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/fsys/
H A Dos2.cxx120 static FSINFO aFSInfoBuf; in volumeid() local
129 nDriveNumber, ulFSInfoLevel, &aFSInfoBuf, sizeof(FSINFO) ); in volumeid()
132 return (char*) aFSInfoBuf.vol.szVolLabel; in volumeid()
988 FSALLOCATE aFSInfoBuf; in QueryDiskSpace() local
993 &aFSInfoBuf, sizeof(aFSInfoBuf) ); in QueryDiskSpace()
997 BigInt aBytesPerCluster( BigInt(aFSInfoBuf.cbSector) * in QueryDiskSpace()
998 BigInt(aFSInfoBuf.cSectorUnit) ); in QueryDiskSpace()
999 rFreeBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnitAvail); in QueryDiskSpace()
1000 rTotalBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnit); in QueryDiskSpace()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2491 FSALLOCATE aFSInfoBuf; in get_volume_space_information() local
2497 &aFSInfoBuf, sizeof(aFSInfoBuf) ); in get_volume_space_information()
2502 uint64_t aBytesPerCluster( uint64_t(aFSInfoBuf.cbSector) * in get_volume_space_information()
2503 uint64_t(aFSInfoBuf.cSectorUnit) ); in get_volume_space_information()
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()
2660 FSINFO aFSInfoBuf; in _osl_getDriveInfo() local
2666 memset( &aFSInfoBuf, 0, sizeof(FSINFO) ); in _osl_getDriveInfo()
2669 APIRET rc = DosQueryFSInfo( nDriveNumber, ulFSInfoLevel, &aFSInfoBuf, sizeof(FSINFO) ); in _osl_getDriveInfo()
2675 if ( !rc || aFSInfoBuf.vol.cch) in _osl_getDriveInfo()
[all …]

Completed in 23 milliseconds