Searched defs:image_size (Results 1 – 12 of 12) sorted by relevance
/system/core/fs_mgr/libfs_avb/tests/ |
D | basic_test.cpp | 28 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 75 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 114 const size_t image_size = 50 * 1024 * 1024; in TEST_F() local
|
D | avb_util_test.cpp | 161 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 176 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 189 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 255 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 266 const size_t image_size = AVB_FOOTER_SIZE - 10; in TEST_F() local 338 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local 484 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 504 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 545 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local 574 const size_t image_size = 10 * 1024 * 1024; in TEST_F() local [all …]
|
D | fs_avb_util_test.cpp | 107 const size_t image_size = 5 * 1024 * 1024; in TEST_F() local
|
D | fs_avb_test_util.cpp | 146 base::FilePath BaseFsAvbTest::GenerateImage(const std::string& file_name, size_t image_size, in GenerateImage() 189 const std::string& partition_name, const size_t image_size, const size_t partition_size, in GenerateImageAndExtractVBMetaData()
|
/system/apex/apexd/ |
D | apexd_verity.cpp | 72 auto image_size = verity_data.desc->image_size; in GenerateHashTree() local 131 auto image_size = verity_data.desc->image_size; in CalculateRootDigest() local
|
D | apexd_loop.cpp | 326 const size_t image_size) { in ConfigureLoopDevice() 478 size_t image_size) { in CreateLoopDevice() 509 const std::string& target, uint32_t image_offset, size_t image_size) { in CreateAndConfigureLoopDevice()
|
D | apex_file.h | 66 const std::optional<size_t>& image_size, in ApexFile()
|
D | apex_file.cpp | 83 std::optional<size_t> image_size; in Open() local
|
/system/tools/mkbootimg/ |
D | unpack_bootimg.py | 45 def get_number_of_pages(image_size, page_size): argument
|
D | mkbootimg.py | 91 def get_number_of_pages(image_size, page_size): argument
|
/system/core/fastboot/ |
D | fastboot.h | 63 int64_t image_size; member
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 80 size_t image_size; member 166 size_t image_size) { in CompareFilesByBlock()
|