Lines Matching refs:oat_file
54 #include "oat_file.h"
89 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str()));
90 if (oat_file.get() == NULL) {
95 oat_file_ = OatFile::OpenReadable(oat_file.get(), oat_location, &error_msg);
147 ElfWriter::GetOatElfInformation(oat_file.get(), oat_loaded_size, oat_data_offset);
151 PatchOatCodeAndMethods(oat_file.get());
156 if (oat_file->FlushCloseOrErase() != 0) {