Home
last modified time | relevance | path

Searched refs:_runtimePath (Results 1 – 6 of 6) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DPluginDso.cc42 : _configPath(configPath), _effectivePath(effectivePath), _runtimePath(runtimePath) in PluginDso()
45 _effectivePath.c_str(), _runtimePath.c_str()); in PluginDso()
78 if (isDynamicReloadEnabled() && !copy(_effectivePath, _runtimePath, ec)) { in load()
84 PluginDebug(_tag, "plugin '%s' runtime path: %s", _configPath.c_str(), _runtimePath.c_str()); in load()
93 if ((_dlh = dlopen(_runtimePath.c_str(), RTLD_NOW | RTLD_LOCAL)) == nullptr) { in load()
205 return _runtimePath; in runtimePath()
245 if (false == remove(_runtimePath, _errorCode)) { in clean()
290 return (_runtimePath != _effectivePath); in isDynamicReloadEnabled()
H A DPluginDso.h157 …fs::path _runtimePath; /** @brief the plugin runtime path where the plugin was copied to be load… variable
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/base/
H A DCApplication.php71 private $_runtimePath; variable in CApplication
220 if($this->_runtimePath!==null)
221 return $this->_runtimePath;
225 return $this->_runtimePath;
238 $this->_runtimePath=$runtimePath;
/dports/www/limesurvey/limesurvey/framework/base/
H A DCApplication.php108 private $_runtimePath; variable in CApplication
277 if($this->_runtimePath!==null)
278 return $this->_runtimePath;
282 return $this->_runtimePath;
296 $this->_runtimePath=$runtimePath;
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/
H A Dyiilite.php1014 private $_runtimePath; variable in CApplication
1094 if($this->_runtimePath!==null)
1095 return $this->_runtimePath;
1099 return $this->_runtimePath;
1107 $this->_runtimePath=$runtimePath;
/dports/www/limesurvey/limesurvey/framework/
H A Dyiilite.php1188 private $_runtimePath; variable in CApplication
1282 if($this->_runtimePath!==null)
1283 return $this->_runtimePath;
1287 return $this->_runtimePath;
1295 $this->_runtimePath=$runtimePath;