Searched refs:vbmeta_image_path (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_test.cpp | 48 if (!base::PathExists(vbmeta_image_path)) return; in ModifyVBMetaHeaderFlags() 102 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 109 true /* rollback_protection */, vbmeta_image_path); in TEST_F() 125 true /* rollback_protection */, vbmeta_image_path); in TEST_F() 175 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 182 true /* rollback_protection */, vbmeta_image_path); in TEST_F() 191 true /* rollback_protection */, vbmeta_image_path); in TEST_F() 211 true /* rollback_protection */, vbmeta_image_path); in TEST_F() 227 true /* rollback_protection */, vbmeta_image_path); in TEST_F() 275 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local [all …]
|
H A D | avb_util_test.cpp | 1253 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 1278 vbmeta_image_path, false /* is_chained_vbmeta*/, &vbmeta_images)); in TEST_F() 1331 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 1357 vbmeta_image_path, false /* is_chained_vbmeta*/, &vbmeta_images)); in TEST_F() 1368 true /* rollback_protection */, vbmeta_image_path, false /* is_chained_vbmeta*/, in TEST_F() 1422 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 1535 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 1603 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local 1613 vbmeta_image_path, false /* is_chained_vbmeta*/, &vbmeta_images)); in TEST_F() 1622 vbmeta_image_path, false /* is_chained_vbmeta*/, &vbmeta_images)); in TEST_F() [all …]
|