Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h77 bool HasSection(const std::string& name) const;
Delf_file.cc1861 bool ElfFile::HasSection(const std::string& name) const { in HasSection() function in art::ElfFile
/art/dex2oat/linker/
Delf_writer_test.cc138 EXPECT_TRUE(ef->HasSection(".note.gnu.build-id")); in TEST_F()