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

/art/runtime/
H A Doat_file_manager.cc631 const OatFile* source_oat_file = nullptr; local
696 source_oat_file = RegisterOatFile(std::move(oat_file));
697 *out_oat_file = source_oat_file;
704 if (source_oat_file != nullptr) {
706 if (source_oat_file->IsExecutable()) {
708 kEnableAppImage ? oat_file_assistant.OpenImageSpace(source_oat_file) : nullptr;
758 dex_files = oat_file_assistant.LoadDexFiles(*source_oat_file, dex_location);
761 error_msgs->push_back("Failed to open dex files from " + source_oat_file->GetLocation());

Completed in 79 milliseconds