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

  /external/avb/test/
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...]
avb_slot_verify_unittest.cc 415 const size_t boot_image_size = 5 * 1024 * 1024; local
417 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
483 const size_t boot_image_size = 5 * 1024 * 1024; local
484 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
576 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size);
605 const size_t boot_image_size = 5 * 1024 * 1024; local
606 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size);
672 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size);
755 const size_t boot_image_size = 5 * 1024 * 1024; local
756 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size);
936 const size_t boot_image_size = 5 * 1024 * 1024; local
1349 const size_t boot_image_size = 5 * 1024 * 1024; local
2394 const size_t boot_image_size = 5 * 1024 * 1024; local
2448 const size_t boot_image_size = 5 * 1024 * 1024; local
    [all...]
avbtool_unittest.cc 2339 const size_t boot_image_size = 5 * 1024 * 1024; local
    [all...]
  /external/u-boot/cmd/mvebu/
bubt.c 37 u32 boot_image_size; /* 12-15 */ member in struct:mvebu_image_header
  /art/runtime/gc/space/
image_space.cc 1160 const uint32_t boot_image_size = boot_oat_end - boot_image_begin; local
    [all...]

Completed in 920 milliseconds