Searched refs:config_file_path (Results 1 – 1 of 1) sorted by relevance
150 llvm::SmallString<128> config_file_path(dump_file_path); in GetConfigFilePath() local151 llvm::sys::path::remove_filename(config_file_path); in GetConfigFilePath()152 llvm::sys::path::append(config_file_path, "config.ini"); in GetConfigFilePath()153 return config_file_path.str(); in GetConfigFilePath()156 static void ReadConfigFile(const std::string &config_file_path) { in ReadConfigFile() argument157 ConfigFile cfg = ConfigParser::ParseFile(config_file_path); in ReadConfigFile()