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

Method CmpName

Libraries/unrar/headers.hpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 void Reset(size_t SubDataSize=0);
253
254 bool CmpName(const wchar *Name)
255 {
256 return(wcscmp(FileName,Name)==0);
257 }
258
259 FileHeader& operator = (FileHeader &hd);
260};

Callers 7

SearchSubBlockMethod · 0.80
SearchRRMethod · 0.80
ReadHeader15Method · 0.80
ReadHeader50Method · 0.80
ListFileHeaderFunction · 0.80
SetExtraInfoFunction · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected