Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h172 void AddExtraBootDexFiles(Thread* self,
H A Druntime.cc1784 class_linker_->AddExtraBootDexFiles(self, std::move(extra_boot_class_path)); in Init()
H A Dclass_linker.cc1326 void ClassLinker::AddExtraBootDexFiles( in AddExtraBootDexFiles() function in art::ClassLinker