Home
last modified time | relevance | path

Searched refs:OpenDexFilesFromOat (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs, in DexFile_openDexFileNative()
/art/runtime/
Dclass_linker.h283 bool OpenDexFilesFromOat(const char* dex_location, const char* oat_location,
Dclass_linker.cc827 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat() function in art::ClassLinker