Searched defs:FindOpenedOatDexFile (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc683 return FindOpenedOatDexFile(nullptr, dex_location, &dex_location_checksum);
686 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFile(const char* oat_location, function in class:art::ClassLinker
828 const OatFile::OatDexFile* oat_dex_file = FindOpenedOatDexFile(oat_location, dex_location,

Completed in 16 milliseconds