Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h55 std::string vbmeta_partition; member
/system/core/init/
Dfirst_stage_mount.cpp742 if (!entry.vbmeta_partition.empty()) { in FirstStageMountVBootV2()
743 vbmeta_partitions_.emplace_back(entry.vbmeta_partition); in FirstStageMountVBootV2()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp288 entry->vbmeta_partition = arg; in ParseFsMgrFlags()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp958 EXPECT_EQ("vbmeta_partition", entry->vbmeta_partition); in TEST()