Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsPathDiv
Function
IsPathDiv
Libraries/unrar/pathfn.cpp:134–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
134
bool IsPathDiv(int Ch)
135
{
136
#ifdef _WIN_ALL
137
return Ch==
'\\'
|| Ch==
'/'
;
138
#else
139
return Ch==CPATHDIVIDER;
140
#endif
141
}
142
143
144
bool IsDriveDiv(int Ch)
Callers
15
ParseArg
Method · 0.85
CheckArgs
Method · 0.85
CalcAllowedDepth
Function · 0.85
LinkInPath
Function · 0.85
IsRelativeSymlinkSafe
Function · 0.85
ExpandFolderMask
Method · 0.85
GetFilteredMask
Method · 0.85
GetNextMask
Method · 0.85
CreatePath
Function · 0.85
PointToName
Function · 0.85
ConvertPath
Function · 0.85
IsNameUsable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected