Home
last modified time | relevance | path

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

/system/core/fastboot/
Dstorage.cpp43 std::ofstream devices_stream(devices_path_); in WriteDevices() local
45 std::ostream_iterator<std::string>(devices_stream, "\n")); in WriteDevices()
49 std::ifstream devices_stream(devices_path_); in ReadDevices() local
50 std::istream_iterator<std::string> start(devices_stream), end; in ReadDevices()