Searched refs:odf (Results 1 – 2 of 2) sorted by relevance
588 for (const OatDexFile* odf : oat_dex_files_storage_) { in GetOatDexFile() local590 << " contains OatDexFile " << odf->GetDexFileLocation() in GetOatDexFile()591 << " (canonical path " << odf->GetCanonicalDexFileLocation() << ")" in GetOatDexFile()592 << " with checksum 0x" << std::hex << odf->GetDexFileLocationChecksum(); in GetOatDexFile()
2224 for (const OatFile::OatDexFile* odf : oat_file->GetOatDexFiles()) { in DumpOatWithRuntime() local2226 std::unique_ptr<const DexFile> dex_file = odf->OpenDexFile(&error_msg); in DumpOatWithRuntime()