MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / pathTranslator_Init

Function pathTranslator_Init

src/plugin_pathtranslator.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void pathTranslator_Init()
73{
74 if (pathMapping == nullptr) {
75 pathMapping = new(pathMappingStorage) unordered_map<string, string>;
76 populatePathMapping(getenv(ENV_PATH_MAPPING));
77 }
78}
79
80static void pathTranslator_Restart()
81{

Callers 5

pathTranslator_RestartFunction · 0.85
pathTranslator_PostExecFunction · 0.85
pathTranslator_EventHookFunction · 0.85

Calls 1

populatePathMappingFunction · 0.85

Tested by

no test coverage detected