Searched refs:initAndParse (Results 1 – 6 of 6) sorted by relevance
64 static int initAndParse(std::string propFile, ConfigMap &confMap);
75 int ConfigParser::initAndParse(std::string configFile, ConfigMap &configMap) { in initAndParse() function in Platform::ConfigParser
50 Platform::ConfigParser::initAndParse(PLAT_CONFIG_FILE, mConfigMap); in Config()