Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc123 std::ofstream dst_stream(dst, std::ios::binary); in Copy() local
125 dst_stream << src_stream.rdbuf(); in Copy()