Searched refs:mConfigGraph (Results 1 – 1 of 1) sorted by relevance
238 private DirectedGraph<String> mConfigGraph = new DirectedGraph<String>(); field in ConfigurationFactory.ConfigLoader366 mConfigGraph.addEdge(parentName, config_name); in loadIncludedConfiguration()368 if (!mConfigGraph.isDag()) { in loadIncludedConfiguration()369 CLog.e("%s", mConfigGraph); in loadIncludedConfiguration()