Home
last modified time | relevance | path

Searched refs:freeSize (Results 1 – 6 of 6) 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.cpp51 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()
DFileLink.cpp340 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/external/lzma/CPP/Common/
DMyString.cpp351 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()