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

Method SetMask

Libraries/unrar/find.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27void FindFile::SetMask(const wchar *Mask)
28{
29 wcsncpyz(FindMask,Mask,ASIZE(FindMask));
30 FirstCall=true;
31}
32
33
34bool FindFile::Next(FindData *fd,bool GetSymLink)

Callers 7

RestoreMethod · 0.80
RestoreMethod · 0.80
RecVolumesTestFunction · 0.80
ExpandFolderMaskMethod · 0.80
FindProcMethod · 0.80
WildFileExistFunction · 0.80
VolNameToFirstNameFunction · 0.80

Calls 1

wcsncpyzFunction · 0.85

Tested by

no test coverage detected