Home
last modified time | relevance | path

Searched defs:vbmeta_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/avb/test/
H A Davbtool_unittest.cc279 std::filesystem::path vbmeta_path = testdir_ / "vbmeta.img"; in TEST_F() local
2085 std::filesystem::path vbmeta_path = in TEST_F() local
2162 std::filesystem::path vbmeta_path = testdir_ / "vbmeta.bin"; in TEST_F() local
2267 std::filesystem::path vbmeta_path = testdir_ / "vbmeta.bin"; in TEST_F() local
2429 std::filesystem::path vbmeta_path = testdir_ / "vbmeta_cp.bin"; in TEST_F() local
2513 std::filesystem::path vbmeta_path = testdir_ / "vbmeta_cp.bin"; in TEST_F() local
2597 std::filesystem::path vbmeta_path = testdir_ / "vbmeta_cp.bin"; in TEST_F() local
2688 std::filesystem::path vbmeta_path = testdir_ / "vbmeta.bin"; in TEST_F() local
2709 std::filesystem::path vbmeta_path = testdir_ / "vbmeta.bin"; in TEST_F() local
2731 std::filesystem::path vbmeta_path = testdir_ / "vbmeta.bin"; in TEST_F() local
[all …]
H A Davb_unittest_util.cc77 std::filesystem::path vbmeta_path = testdir_ / vbmeta_image; in CalcVBMetaDigest() local
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test.cpp90 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
161 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
268 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
H A Davb_util_test.cpp637 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
1249 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
1332 auto vbmeta_path = GenerateVBMetaImage( in TEST_F() local
1408 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
1531 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
1601 auto vbmeta_path = GenerateVBMetaImage("vbmeta.img", "SHA256_RSA8192", 0, in TEST_F() local
/aosp_15_r20/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dtypes.h97 void set_vbmeta_path(std::string vbmeta_path) { vbmeta_path_ = std::move(vbmeta_path); } in set_vbmeta_path()
101 const std::string& vbmeta_path() const { return vbmeta_path_; } in vbmeta_path() function
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc404 const std::string& vbmeta_path) { in BuildVbmetaImage()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp1411 std::string CuttlefishConfig::InstanceSpecific::vbmeta_path() const { in vbmeta_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific