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

Function SetEnvVariable

src/OpenColorIO/Platform.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void SetEnvVariable(const char * name, const char * value)
31{
32 Platform::Setenv(name, value ? value : "");
33}
34
35void UnsetEnvVariable(const char * name)
36{

Callers 7

DisableFallbackMethod · 0.85
OCIO_ADD_TESTFunction · 0.85
OCIO_ADD_TESTFunction · 0.85
ActiveGuardMethod · 0.85
~ActiveGuardMethod · 0.85

Calls 1

SetenvFunction · 0.85

Tested by 7

DisableFallbackMethod · 0.68
OCIO_ADD_TESTFunction · 0.68
OCIO_ADD_TESTFunction · 0.68
ActiveGuardMethod · 0.68
~ActiveGuardMethod · 0.68