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