MCPcopy 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
134bool IsPathDiv(int Ch)
135{
136#ifdef _WIN_ALL
137 return Ch=='\\' || Ch=='/';
138#else
139 return Ch==CPATHDIVIDER;
140#endif
141}
142
143
144bool IsDriveDiv(int Ch)

Callers 15

ParseArgMethod · 0.85
CheckArgsMethod · 0.85
CalcAllowedDepthFunction · 0.85
LinkInPathFunction · 0.85
IsRelativeSymlinkSafeFunction · 0.85
ExpandFolderMaskMethod · 0.85
GetFilteredMaskMethod · 0.85
GetNextMaskMethod · 0.85
CreatePathFunction · 0.85
PointToNameFunction · 0.85
ConvertPathFunction · 0.85
IsNameUsableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected