Searched refs:OpenDexFilesFromOat (Results 1 – 3 of 3) sorted by relevance
115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs, in DexFile_openDexFileNative()
283 bool OpenDexFilesFromOat(const char* dex_location, const char* oat_location,
827 bool ClassLinker::OpenDexFilesFromOat(const char* dex_location, const char* oat_location, in OpenDexFilesFromOat() function in art::ClassLinker