Home
last modified time | relevance | path

Searched defs:vbmeta_image_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test.cpp46 void PublicFsAvbTest::ModifyVBMetaHeaderFlags(const base::FilePath& vbmeta_image_path, in ModifyVBMetaHeaderFlags()
102 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
175 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
275 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
H A Davb_util_test.cpp1262 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
1340 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
1431 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
1544 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
1612 auto vbmeta_image_path = [this](const std::string& partition_name) { in TEST_F() local
/aosp_15_r20/tools/acloud/create/
H A Dlocal_image_local_instance.py586 vbmeta_image_path=None): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dcvd_utils.py473 def _UploadVbmetaImage(ssh_obj, remote_image_dir, vbmeta_image_path): argument