Searched defs:oat_unstripped (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc1206 std::string oat_unstripped; local
1208 oat_unstripped += oat_symbols;
1210 oat_unstripped += oat_filename;
1286 bool create_file = !oat_unstripped.empty(); // as opposed to using open file descriptor
1288 oat_file.reset(OS::CreateEmptyFile(oat_unstripped.c_str()));
1628 oat_unstripped,
1651 if (oat_unstripped != oat_stripped) {
1660 std::unique_ptr<File> in(OS::OpenFileForReading(oat_unstripped.c_str()));

Completed in 151 milliseconds