Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h167 void AddExtraBootDexFiles(Thread* self,
Druntime.cc1596 class_linker_->AddExtraBootDexFiles(self, std::move(extra_boot_class_path)); in Init()
Dclass_linker.cc1380 void ClassLinker::AddExtraBootDexFiles( in AddExtraBootDexFiles() function in art::ClassLinker