Searched refs:symbol_list_path (Results 1 – 1 of 1) sorted by relevance
61 static std::set<std::string> LoadIgnoredSymbols(std::string &symbol_list_path) { in LoadIgnoredSymbols() argument62 std::ifstream symbol_ifstream(symbol_list_path); in LoadIgnoredSymbols()