Home
last modified time | relevance | path

Searched defs:GetSectionHeaderAt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dpe_image_reader.cc112 const IMAGE_SECTION_HEADER* PeImageReader::GetSectionHeaderAt(size_t index) { in GetSectionHeaderAt() function in base::win::PeImageReader
H A Dpe_image_reader_unittest.cc90 TEST_P(PeImageReaderTest, GetSectionHeaderAt) { in TEST_P() argument
/aosp_15_r20/art/runtime/
H A Dvdex_file.h133 const VdexSectionHeader& GetSectionHeaderAt(uint32_t index) const { in GetSectionHeaderAt() function