Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void FindFile::SetMask(const wchar *Mask)
28
{
29
wcsncpyz(FindMask,Mask,ASIZE(FindMask));
30
FirstCall=true;
31
}
32
33
34
bool FindFile::Next(FindData *fd,bool GetSymLink)
Callers
7
Restore
Method · 0.80
Restore
Method · 0.80
RecVolumesTest
Function · 0.80
ExpandFolderMask
Method · 0.80
FindProc
Method · 0.80
WildFileExist
Function · 0.80
VolNameToFirstName
Function · 0.80
Calls
1
wcsncpyz
Function · 0.85
Tested by
no test coverage detected