Home
last modified time | relevance | path

Searched refs:config_stream (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_tools/network_tester/
Dconfig_reader.cc22 std::ifstream config_stream(config_file_path, in ConfigReader() local
24 RTC_DCHECK(config_stream.is_open()); in ConfigReader()
25 RTC_DCHECK(config_stream.good()); in ConfigReader()
26 std::string config_data((std::istreambuf_iterator<char>(config_stream)), in ConfigReader()