Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1387 class ImageSpace::BootImageLayout { class in art::gc::space::ImageSpace
1414 BootImageLayout(const std::string& image_location, in BootImageLayout() function in art::gc::space::ImageSpace::BootImageLayout
1541 std::string ImageSpace::BootImageLayout::GetPrimaryImageLocation() { in GetPrimaryImageLocation()
1564 bool ImageSpace::BootImageLayout::VerifyImageLocation( in VerifyImageLocation()
1652 bool ImageSpace::BootImageLayout::MatchNamedComponents( in MatchNamedComponents()
1722 bool ImageSpace::BootImageLayout::ValidateBootImageChecksum(const char* file_description, in ValidateBootImageChecksum()
1781 bool ImageSpace::BootImageLayout::ValidateHeader(const ImageHeader& header, in ValidateHeader()
1814 bool ImageSpace::BootImageLayout::ReadHeader(const std::string& base_location, in ReadHeader()
1852 bool ImageSpace::BootImageLayout::CompileExtension(const std::string& base_location, in CompileExtension()
2040 bool ImageSpace::BootImageLayout::CheckAndRemoveLastChunkChecksum( in CheckAndRemoveLastChunkChecksum()
[all …]
Dimage_space.h321 class BootImageLayout;