Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/tests/
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()
/system/core/init/
Dselinux.cpp645 auto system_entry = GetEntryForMountPoint(&fstab, "/system"); in MountMissingSystemPartitions() local
646 if (!system_entry) { in MountMissingSystemPartitions()
650 if (!system_entry->fs_mgr_flags.logical) { in MountMissingSystemPartitions()
655 auto entry = *system_entry; in MountMissingSystemPartitions()