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

Method SetDestSize

Libraries/unrar/unpack.hpp:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 void DoUnpack(uint Method,bool Solid);
380 bool IsFileExtracted() {return(FileExtracted);}
381 void SetDestSize(int64 DestSize) {DestUnpSize=DestSize;FileExtracted=false;}
382 void SetSuspended(bool Suspended) {Unpack::Suspended=Suspended;}
383
384#ifdef RAR_SMP

Callers 5

ExtractACL20Function · 0.80
ReadSubDataMethod · 0.80
DoGetCommentMethod · 0.80
ExtractStreams20Function · 0.80
ExtractCurrentFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected