Home
last modified time | relevance | path

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

/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_test.cpp119 std::string super_vbmeta_path(td.path); in TEST() local
120 super_vbmeta_path.append("/super_vbmeta.img"); in TEST()
130 << "=" << vbmeta_product_path << " --output=" << super_vbmeta_path; in TEST()
136 android::base::unique_fd fd(open(super_vbmeta_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST()