Home
last modified time | relevance | path

Searched refs:odf (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc588 for (const OatDexFile* odf : oat_dex_files_storage_) { in GetOatDexFile() local
590 << " contains OatDexFile " << odf->GetDexFileLocation() in GetOatDexFile()
591 << " (canonical path " << odf->GetCanonicalDexFileLocation() << ")" in GetOatDexFile()
592 << " with checksum 0x" << std::hex << odf->GetDexFileLocationChecksum(); in GetOatDexFile()
/art/oatdump/
Doatdump.cc2224 for (const OatFile::OatDexFile* odf : oat_file->GetOatDexFiles()) { in DumpOatWithRuntime() local
2226 std::unique_ptr<const DexFile> dex_file = odf->OpenDexFile(&error_msg); in DumpOatWithRuntime()