MCPcopy Create free account
hub / github.com/FreeApophis/TrueCrypt / GetStatsFreeSpaceOnPartition

Function GetStatsFreeSpaceOnPartition

Common/Dlgcode.c:6559–6611  ·  view source on GitHub ↗

Returns the free space on the specified partition (volume) in bytes. If the 'occupiedBytes' pointer is not NULL, size of occupied space (in bytes) is written to the pointed location. In addition, if the 'percent' pointer is not NULL, % of free space is stored in the pointed location. If there's an error, returns -1.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

FileSystemAppearsEmptyFunction · 0.85
FinalPreTransformPromptsFunction · 0.85

Calls 5

ToUNICODEFunction · 0.85
GetDiskDeviceDriveLetterFunction · 0.85
handleWin32ErrorFunction · 0.85
ErrorFunction · 0.85
GetPartitionInfoFunction · 0.85

Tested by

no test coverage detected