Home
last modified time | relevance | path

Searched refs:rFreeBytes (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx774 ErrCode SfxContentHelper::QueryDiskSpace( const String& rPath, sal_Int64& rFreeBytes ) in QueryDiskSpace() argument
777 rFreeBytes = 0; in QueryDiskSpace()
783 aCnt.getPropertyValue( OUString::createFromAscii( "FreeSpace" ) ) >>= rFreeBytes; in QueryDiskSpace()
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx1043 BigInt &rFreeBytes, BigInt &rTotalBytes ) in QueryDiskSpace() argument
1059 rFreeBytes = aBytesPerCluster * BigInt(nFreeClusters); in QueryDiskSpace()
H A Dos2.cxx986 BigInt &rFreeBytes, BigInt &rTotalBytes ) in QueryDiskSpace() argument
999 rFreeBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnitAvail); in QueryDiskSpace()
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx64 static ErrCode QueryDiskSpace( const String& rPath, sal_Int64& rFreeBytes );
/trunk/main/tools/inc/tools/
H A Dfsys.hxx226 BigInt &rFreeBytes, BigInt &rTotalBytes );

Completed in 29 milliseconds