Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void SetEnvVariable(const char * name, const char * value)
31
{
32
Platform::Setenv(name, value ? value :
""
);
33
}
34
35
void UnsetEnvVariable(const char * name)
36
{
Callers
7
DisableFallback
Method · 0.85
OCIOOptimizationFlagsEnvGuard
Method · 0.85
~OCIOOptimizationFlagsEnvGuard
Method · 0.85
OCIO_ADD_TEST
Function · 0.85
OCIO_ADD_TEST
Function · 0.85
ActiveGuard
Method · 0.85
~ActiveGuard
Method · 0.85
Calls
1
Setenv
Function · 0.85
Tested by
7
DisableFallback
Method · 0.68
OCIOOptimizationFlagsEnvGuard
Method · 0.68
~OCIOOptimizationFlagsEnvGuard
Method · 0.68
OCIO_ADD_TEST
Function · 0.68
OCIO_ADD_TEST
Function · 0.68
ActiveGuard
Method · 0.68
~ActiveGuard
Method · 0.68