HomeSort by relevance Sort by last modified time
    Searched refs:boot_image_size (Results 1 - 6 of 6) sorted by null

  /external/avb/test/
avb_slot_verify_unittest.cc 393 const size_t boot_image_size = 5 * 1024 * 1024; local
395 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
461 const size_t boot_image_size = 5 * 1024 * 1024; local
462 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
554 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size);
583 const size_t boot_image_size = 5 * 1024 * 1024; local
584 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
650 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size);
733 const size_t boot_image_size = 5 * 1024 * 1024; local
734 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
1129 const size_t boot_image_size = 5 * 1024 * 1024; local
2144 const size_t boot_image_size = 5 * 1024 * 1024; local
2198 const size_t boot_image_size = 5 * 1024 * 1024; local
    [all...]
avb_ab_flow_unittest.cc 180 const size_t boot_image_size = 5 * 1024 * 1024; local
181 base::FilePath boot_path = GenerateImage(boot_name, boot_image_size);
    [all...]
avbtool_unittest.cc 2070 const size_t boot_image_size = 5 * 1024 * 1024; local
    [all...]
  /art/runtime/
image.cc 41 uint32_t boot_image_size,
57 boot_image_size_(boot_image_size),
image.h 126 uint32_t boot_image_size,
  /art/runtime/gc/space/
image_space.cc 1219 const uint32_t boot_image_size = boot_image_end - boot_image_begin; local
    [all...]

Completed in 83 milliseconds