Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc122 std::ifstream src_stream(src, std::ios::binary); in Copy() local
125 dst_stream << src_stream.rdbuf(); in Copy()