MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / resolveFileLocation

Method resolveFileLocation

src/OpenColorIO/Context.cpp:403–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403const char * Context::resolveFileLocation(const char * filename) const
404{
405 ContextRcPtr usedContextVars;
406
407 return resolveFileLocation(filename, usedContextVars);
408}
409
410// TODO: Currently usedContextVars includes (for non-absolute filenames) all context vars used in
411// the search_path, regardless of whether they were needed to resolve the file location. So

Callers 6

test_interfaceMethod · 0.95
test_interfaceMethod · 0.95
getCacheIDMethod · 0.45
CollectContextVariablesFunction · 0.45
BuildFileTransformOpsFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 9

FileExistsFunction · 0.85
GetAbsoluteSearchPathsFunction · 0.85
ContainsContextVariablesFunction · 0.85
getImplFunction · 0.50
resolveStringVarMethod · 0.45
endMethod · 0.45
setStringVarMethod · 0.45
sizeMethod · 0.45

Tested by 3

test_interfaceMethod · 0.76
test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36