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

/art/runtime/
H A Dclass_linker.cc920 UniquePtr<const OatFile> oat_file(FindOatFileFromOatLocationLocked(odex_filename));
941 oat_file.reset(FindOatFileFromOatLocationLocked(cache_location));
978 return FindOatFileFromOatLocationLocked(oat_location);
981 const OatFile* ClassLinker::FindOatFileFromOatLocationLocked(const std::string& oat_location) { function in class:art::ClassLinker

Completed in 56 milliseconds