MCPcopy 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
144bool IsDriveDiv(int Ch)
145{
146#ifdef _UNIX
147 return false;
148#else
149 return Ch==':';
150#endif
151}
152
153
154bool IsDriveLetter(const wchar *Path)

Callers 7

ParseArgMethod · 0.85
GetFilteredMaskMethod · 0.85
PointToNameFunction · 0.85
ConvertPathFunction · 0.85
IsDriveLetterFunction · 0.85
RemoveNameFromPathFunction · 0.85
ExtrPrepareNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected