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