Searched refs:freeSize (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileSystem.cpp | 88 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize)
in MyGetDiskFreeSpace() argument 104 freeSize = freeSize2.QuadPart;
in MyGetDiskFreeSpace() 121 freeSize = freeSize2.QuadPart;
in MyGetDiskFreeSpace() 130 freeSize = clusterSize * (UInt64)numFreeClusters;
in MyGetDiskFreeSpace()
|
H A D | FileSystem.h | 25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
H A D | FileIO.cpp | 47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
377 UInt64 clusterSize, totalSize, freeSize;
in CalcDeviceSize() 378 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize))
in CalcDeviceSize()
|
H A D | FileFind.cpp | 60 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
482 UInt64 clusterSize, totalSize, freeSize;
in Find() local 483 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize))
in Find()
|
H A D | FileLink.cpp | 442 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.cpp | 453 const unsigned freeSize = _limit - _len;
in Grow() local 454 if (n <= freeSize)
in Grow() 1048 const unsigned freeSize = _limit - _len;
in Grow() local 1049 if (n <= freeSize)
in Grow()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 14573 const VkDeviceSize freeSize = it->offset - offset; 14576 freeSize, // size 14580 if(freeSize >= VMA_MIN_FREE_SUBALLOCATION_SIZE_TO_REGISTER) 14594 const VkDeviceSize freeSize = blockSize - offset; 14597 freeSize, // size 14602 if(freeSize > VMA_MIN_FREE_SUBALLOCATION_SIZE_TO_REGISTER)
|
Completed in 28 milliseconds