Searched refs:config_parser (Results 1 – 4 of 4) sorted by relevance
23 config_parser = config_json_iterator.ConfigJsonIterator()24 config_parser.set_config_dir(config)25 self._settings = config_parser.aggregated_config(config)
55 config_parser = cartesian_config.Parser()56 config_parser.parse_string(config)57 params = config_parser.get_dicts().next()
92 config_parser = ConfigParser()93 config_parser.read('/etc/mysql/debian.cnf')94 password = config_parser.get('client', 'password')
184 rtc::ConfigParser config_parser; in GetVideoDeviceNameK2_4() local190 config_parser.Attach(file_stream); in GetVideoDeviceNameK2_4()191 config_parser.Parse(&all_values); in GetVideoDeviceNameK2_4()