Searched refs:freeSize (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 86 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()
|
D | FileIO.cpp | 27 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()
|
D | FileSystem.h | 23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileFind.cpp | 52 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()
|
D | FileLink.cpp | 354 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/external/lzma/CPP/Common/ |
D | MyString.cpp | 422 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.c | 16667 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()
|