MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / statvfs

Class statvfs

Libraries/unrar/filefn.cpp:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 char RootA[NM];
161 WideToChar(Root,RootA,ASIZE(RootA));
162 struct statvfs sfs;
163 if (statvfs(*RootA!=0 ? RootA:".",&sfs)!=0)
164 return 0;
165 int64 FreeSize=sfs.f_bsize;

Callers 1

GetFreeDiskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected