MCPcopy Create free account
hub / github.com/assimp/assimp / ComparePaths

Method ComparePaths

code/Common/DefaultIOSystem.cpp:162–164  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ IOSystem default implementation (ComparePaths isn't a pure virtual function)

Source from the content-addressed store, hash-verified

160// ------------------------------------------------------------------------------------------------
161// IOSystem default implementation (ComparePaths isn't a pure virtual function)
162bool IOSystem::ComparePaths(const char *one, const char *second) const {
163 return !ASSIMP_stricmp(one, second);
164}
165
166// ------------------------------------------------------------------------------------------------
167// Convert a relative path into an absolute path

Callers 1

AddLoadRequestMethod · 0.45

Calls 2

ASSIMP_stricmpFunction · 0.85
MakeAbsolutePathFunction · 0.85

Tested by

no test coverage detected