Searched refs:devices_stream (Results 1 – 1 of 1) sorted by relevance
43 std::ofstream devices_stream(devices_path_); in WriteDevices() local45 std::ostream_iterator<std::string>(devices_stream, "\n")); in WriteDevices()49 std::ifstream devices_stream(devices_path_); in ReadDevices() local50 std::istream_iterator<std::string> start(devices_stream), end; in ReadDevices()