Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1620 class ImageSpace::BootImageLayout { class in art::gc::space::ImageSpace
1647 BootImageLayout(const std::string& image_location, in BootImageLayout() function in art::gc::space::ImageSpace::BootImageLayout
1789 std::string ImageSpace::BootImageLayout::GetPrimaryImageLocation() { in GetPrimaryImageLocation()
1812 bool ImageSpace::BootImageLayout::VerifyImageLocation( in VerifyImageLocation()
1900 bool ImageSpace::BootImageLayout::MatchNamedComponents( in MatchNamedComponents()
1970 bool ImageSpace::BootImageLayout::ValidateBootImageChecksum(const char* file_description, in ValidateBootImageChecksum()
2029 bool ImageSpace::BootImageLayout::ValidateHeader(const ImageHeader& header, in ValidateHeader()
2062 bool ImageSpace::BootImageLayout::ReadHeader(const std::string& base_location, in ReadHeader()
2100 bool ImageSpace::BootImageLayout::CompileExtension(const std::string& base_location, in CompileExtension()
2288 bool ImageSpace::BootImageLayout::CheckAndRemoveLastChunkChecksum( in CheckAndRemoveLastChunkChecksum()
[all …]
Dimage_space.h323 class BootImageLayout;