Searched refs:PreSetup (Results 1 – 1 of 1) sorted by relevance
171 virtual void PreSetup(const std::string& elf_filename) = 0;242 ret->PreSetup(elf_filename); in OpenOatFile()283 ret->PreSetup(oat_location); in OpenOatFile()1171 void PreSetup(const std::string& elf_filename) override;1426 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup() function in art::DlOpenOatFile1602 void PreSetup([[maybe_unused]] const std::string& elf_filename) override {} in PreSetup() function in art::ElfOatFile1883 void PreSetup([[maybe_unused]] const std::string& elf_filename) override {} in PreSetup() function in art::OatFileBackedByVdex