Home
last modified time | relevance | path

Searched defs:ImageChunk (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1392 struct ImageChunk { struct in art::gc::space::ImageSpace::BootImageLayout
1393 std::string base_location;
1394 std::string base_filename;
1395 std::string profile_file;
1396 size_t start_index;
1397 uint32_t component_count;
1398 uint32_t image_space_count;
1399 uint32_t reservation_size;
1400 uint32_t checksum;
1402 uint32_t boot_image_checksum;
[all …]
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp258 ImageChunk::ImageChunk(int type, size_t start, const std::vector<uint8_t>* file_content, in ImageChunk() function in ImageChunk