Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsDriveDiv
Function
IsDriveDiv
Libraries/unrar/pathfn.cpp:144–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
144
bool IsDriveDiv(int Ch)
145
{
146
#ifdef _UNIX
147
return false;
148
#else
149
return Ch==
':'
;
150
#endif
151
}
152
153
154
bool IsDriveLetter(const wchar *Path)
Callers
7
ParseArg
Method · 0.85
GetFilteredMask
Method · 0.85
PointToName
Function · 0.85
ConvertPath
Function · 0.85
IsDriveLetter
Function · 0.85
RemoveNameFromPath
Function · 0.85
ExtrPrepareName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected