Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_device_test.cpp115 FstabEntry* system_other_entry = &fstab[1]; in TEST() local
117 if (system_other_entry->avb_keys.empty()) { in TEST()
118 system_other_entry->avb_keys = "/system/etc/security/avb/system_other.avbpubkey"; in TEST()
120 auto avb_handle = AvbHandle::LoadAndVerifyVbmeta(*system_other_entry); in TEST()