Searched refs:oat_unstripped (Results 1 – 1 of 1) sorted by relevance
1206 std::string oat_unstripped; in dex2oat() local1208 oat_unstripped += oat_symbols; in dex2oat()1210 oat_unstripped += oat_filename; in dex2oat()1286 bool create_file = !oat_unstripped.empty(); // as opposed to using open file descriptor in dex2oat()1288 oat_file.reset(OS::CreateEmptyFile(oat_unstripped.c_str())); in dex2oat()1628 oat_unstripped, in dex2oat()1651 if (oat_unstripped != oat_stripped) { in dex2oat()1660 std::unique_ptr<File> in(OS::OpenFileForReading(oat_unstripped.c_str())); in dex2oat()