Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h161 std::ifstream src_stream(src, std::ios::binary); in Copy()
164 dst_stream << src_stream.rdbuf(); in Copy()
Dhidden_api_test.cc46 std::ifstream src_stream(src, std::ios::binary); in Copy() local
48 dst_stream << src_stream.rdbuf(); in Copy()
49 src_stream.close(); in Copy()
51 if (src_stream.good() && dst_stream.good()) { in Copy()
55 + (src_stream.good() ? "true" : "false") + ", dst_good=" in Copy()
/art/dex2oat/
Ddex2oat_image_test.cc138 std::ifstream src_stream(dex_file, std::ios::binary); in CopyDexFiles() local
140 dst_stream << src_stream.rdbuf(); in CopyDexFiles()