Home
last modified time | relevance | path

Searched refs:vbmeta_product_path (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_test.cpp114 std::string vbmeta_product_path(td.path); in TEST() local
115 vbmeta_product_path.append("/vbmeta_product.img"); in TEST()
116 GenerateVBMetaImage(vbmeta_product_path, product_path); in TEST()
130 << "=" << vbmeta_product_path << " --output=" << super_vbmeta_path; in TEST()
171 EXPECT_EQ(ReadVBMetaImageFromFile(vbmeta_product_path), vbmeta_product_content.value()); in TEST()