Searched refs:CreateOatFileForDexLocation (Results 1 – 2 of 2) sorted by relevance
628 const OatFile* CreateOatFileForDexLocation(const char* dex_location,
954 open_oat_file.reset(CreateOatFileForDexLocation(dex_location, scoped_flock.GetFile()->Fd(), in OpenDexFilesFromOat()1044 const OatFile* ClassLinker::CreateOatFileForDexLocation(const char* dex_location, in CreateOatFileForDexLocation() function in art::ClassLinker