Searched defs:freeBytes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c263 UInt64 *freeBytes, /* can be NULL */
271 (((NULL != freeBytes) || (NULL != totalBytes)) ? kFSVolInfoSizes : kFSVolInfoNone),
275 if ( NULL != freeBytes )
277 *freeBytes = info.freeBytes;
260 FSGetVInfo( FSVolumeRefNum volume, HFSUniStr255 *volumeName, UInt64 *freeBytes, UInt64 *totalBytes) argument
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp2002 const UnsignedWide& freeBytes = UInt64ToUnsignedWide(pb.ioVFreeBytes); local
2004 space64Bits = UnsignedWideToUInt64(freeBytes);
2006 space64Bits.lo = freeBytes.lo;
2007 space64Bits.hi = freeBytes.hi;

Completed in 44 milliseconds