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

/art/dex2oat/
H A Ddex2oat.cc798 std::string oat_unstripped; local
800 oat_unstripped += oat_symbols;
802 oat_unstripped += oat_filename;
810 bool create_file = !oat_unstripped.empty(); // as opposed to using open file descriptor
812 oat_file.reset(OS::CreateEmptyFile(oat_unstripped.c_str()));
1022 oat_unstripped,
1040 if (oat_unstripped != oat_stripped) {
1043 UniquePtr<File> in(OS::OpenFileForReading(oat_unstripped.c_str()));

Completed in 164 milliseconds