Searched refs:freeSize (Results 1 – 6 of 6) 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 | 51 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize); 331 UInt64 clusterSize, totalSize, freeSize; in Find() local 332 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize)) in Find()
|
D | FileLink.cpp | 340 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/external/lzma/CPP/Common/ |
D | MyString.cpp | 351 unsigned freeSize = _limit - _len; in Grow() local 352 if (n <= freeSize) in Grow() 785 unsigned freeSize = _limit - _len; in Grow() local 786 if (n <= freeSize) in Grow()
|