Home
last modified time | relevance | path

Searched refs:sModulePath (Results 1 – 2 of 2) sorted by relevance

/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DModuleManager.cpp112 string sModulePath = sModuleDir + "/" + sList[i] ; in Init() local
131 bool bModRet = registerModule(&sModulePath, &sModuleConf); in Init()
138 logCrit("ERROR LOADING MODULE %s: SHUTTING DOWN\n",sModulePath.c_str()); in Init()
/dports/www/itop/web/setup/
H A Dmodulediscovery.class.inc.php54 protected static function SetModulePath($sModulePath) argument
56 self::$m_sModulePath = $sModulePath;