Searched refs:blocklistStream (Results 1 – 1 of 1) sorted by relevance
685 std::ifstream blocklistStream(path); in loadBlocklist() local 686 if (!blocklistStream.good()) in loadBlocklist() 694 nlohmann::json::parse(blocklistStream, nullptr, false); in loadBlocklist()