Searched refs:AddExtraBootDexFiles (Results 1 – 3 of 3) sorted by relevance
172 void AddExtraBootDexFiles(Thread* self,
1784 class_linker_->AddExtraBootDexFiles(self, std::move(extra_boot_class_path)); in Init()
1326 void ClassLinker::AddExtraBootDexFiles( in AddExtraBootDexFiles() function in art::ClassLinker