Home
last modified time | relevance | path

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

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