Searched refs:OpenDexFilesFromOat (Results 1 – 4 of 4) sorted by relevance
167 dex_files = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs); in DexFile_openDexFileNative()
340 std::vector<std::unique_ptr<const DexFile>> OpenDexFilesFromOat(
932 …dex_files = linker->OpenDexFilesFromOat(dex_location_.c_str(), oat_location_.c_str(), &error_msgs); in Run()
902 std::vector<std::unique_ptr<const DexFile>> ClassLinker::OpenDexFilesFromOat( in OpenDexFilesFromOat() function in art::ClassLinker