Home
last modified time | relevance | path

Searched refs:path_debuglevel (Results 1 – 4 of 4) sorted by relevance

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DDebugManager.hpp34 DebugManager(std::string debuglevel, std::string path_debuglevel);
H A DDebugManager.cpp7 DebugManager::DebugManager(std::string debuglevel, std::string path_debuglevel) in DebugManager() argument
10 m_path_debuglevel = path_debuglevel; in DebugManager()
H A DOptionContainer.hpp44 std::string path_debuglevel; member in OptionContainer
H A DOptionContainer.cpp132 if((path_debuglevel = findoptionS("debuglevelfile")) != "") in read()
136 myDebug = new DebugManager(debuglevel, path_debuglevel); in read()