Searched refs:section_name (Results 1 – 2 of 2) sorted by relevance
197 std::string section_name; in parse_config_file() local266 section_name = name.substr(4); in parse_config_file()272 INFO("[ Using config section \"%s\" ]", section_name.c_str()); in parse_config_file()282 if (result == ConfigParser::kSection && name == section_name) { in parse_config_file()289 std::string("section \"") + section_name + "\" not found"); in parse_config_file()
16 The format is `dir.<section_name>=<directory>`22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces