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 369 const size_t boot_image_size = 5 * 1024 * 1024; local
371 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
437 const size_t boot_image_size = 5 * 1024 * 1024; local
438 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
529 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size);
630 const size_t boot_image_size = 5 * 1024 * 1024; local
631 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
775 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size);
1025 const size_t boot_image_size = 5 * 1024 * 1024; local
2014 const size_t boot_image_size = 5 * 1024 * 1024; local
2068 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 1748 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 121 uint32_t boot_image_size,
  /art/runtime/gc/space/
image_space.cc 1175 const uint32_t boot_image_size = boot_image_end - boot_image_begin; local
    [all...]

Completed in 81 milliseconds