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

/art/runtime/
H A Dclass_linker.cc911 const OatFile* open_oat_file = FindOpenedOatFileFromDexLocation(dex_location, local
913 if (open_oat_file != NULL) {
914 return open_oat_file->GetOatDexFile(dex_location, &dex_location_checksum)->OpenDexFile();

Completed in 57 milliseconds