Searched refs:config_file (Results 1 – 3 of 3) sorted by relevance
37 std::ifstream config_file(path_); in Read() local38 if (!config_file || !config_file.is_open()) { in Read()46 while (std::getline(config_file, line)) { in Read()
137 def __init__(self, config_file, bugreport_file): argument141 cfg = yaml.load(config_file)
206 def load_config_file(config_file): argument208 tree = ET.parse(config_file)