Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc137 std::string new_location = dir + dex_file.substr(slash_pos + 1u); in CopyDexFiles() local
139 std::ofstream dst_stream(new_location, std::ios::binary); in CopyDexFiles()
141 dex_file = new_location; in CopyDexFiles()