Home
last modified time | relevance | path

Searched refs:freeSize (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DFileSystem.cpp86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument
100 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
115 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
124 freeSize = clusterSize * (UInt64)numFreeClusters; in MyGetDiskFreeSpace()
DFileIO.cpp27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
267 UInt64 clusterSize, totalSize, freeSize; in CalcDeviceSize() local
268 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize)) in CalcDeviceSize()
DFileSystem.h23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
DFileFind.cpp52 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
431 UInt64 clusterSize, totalSize, freeSize; in Find() local
432 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize)) in Find()
DFileLink.cpp354 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/external/lzma/CPP/Common/
DMyString.cpp422 unsigned freeSize = _limit - _len; in Grow() local
423 if (n <= freeSize) in Grow()
988 unsigned freeSize = _limit - _len; in Grow() local
989 if (n <= freeSize) in Grow()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c16667 unsigned long freeSize; in Qt_DataHGetFreeSpace() local
16675 &freeSize); in Qt_DataHGetFreeSpace()
16678 freeSize); in Qt_DataHGetFreeSpace()
17200 wide freeSize; in Qt_DataHGetFreeSpace64() local
17208 &freeSize); in Qt_DataHGetFreeSpace64()
17211 PyMac_Buildwide, freeSize); in Qt_DataHGetFreeSpace64()