Home
last modified time | relevance | path

Searched refs:ValidateDexFileHeader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader_test.cc411 static void ValidateDexFileHeader(std::unique_ptr<const DexFile> dex_file) { in ValidateDexFileHeader() function
449 ValidateDexFileHeader(std::move(raw)); in TEST_F()
456 ValidateDexFileHeader(std::move(raw)); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc393 static bool ValidateDexFileHeader(const uint8_t* raw_header, const char* location) { in ValidateDexFileHeader() function
3458 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()