Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_device_test.cpp41 FstabEntry* system_entry = GetEntryForMountPoint(&fstab, "/system"); in TEST() local
42 EXPECT_NE(nullptr, system_entry); in TEST()
48 LoadAndVerifyVbmeta(*system_entry, "" /* expected_public_key_blob */, in TEST()
134 FstabEntry* system_entry = GetEntryForMountPoint(&fstab, "/system"); in TEST() local
135 EXPECT_NE(nullptr, system_entry); in TEST()
136 EXPECT_EQ(10UL, avb_handle->GetSecurityPatchLevel(*system_entry).length()); in TEST()
/aosp12/system/core/init/
H A Dselinux.cpp661 auto system_entry = GetEntryForMountPoint(&fstab, "/system"); in MountMissingSystemPartitions() local
662 if (!system_entry) { in MountMissingSystemPartitions()
666 if (!system_entry->fs_mgr_flags.logical) { in MountMissingSystemPartitions()
671 auto entry = *system_entry; in MountMissingSystemPartitions()