Searched refs:GetSecurityPatchLevel (Results 1 – 7 of 7) sorted by relevance
/system/core/fs_mgr/libfs_avb/tests/ |
D | fs_avb_device_test.cpp | 125 TEST(AvbHandleTest, GetSecurityPatchLevel) { in TEST() argument 136 EXPECT_EQ(10UL, avb_handle->GetSecurityPatchLevel(*system_entry).length()); in TEST() 140 EXPECT_EQ(10UL, avb_handle->GetSecurityPatchLevel(*vendor_entry).length()); in TEST() 144 EXPECT_EQ(10UL, avb_handle->GetSecurityPatchLevel(*product_entry).length()); in TEST()
|
/system/core/fs_mgr/libfs_avb/include/fs_avb/ |
D | fs_avb.h | 127 std::string GetSecurityPatchLevel(const FstabEntry& fstab_entry) const;
|
/system/core/fastboot/device/ |
D | variables.h | 79 bool GetSecurityPatchLevel(FastbootDevice* device, const std::vector<std::string>& args,
|
D | variables.cpp | 501 bool GetSecurityPatchLevel(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecurityPatchLevel() function
|
D | commands.cpp | 138 {FB_VAR_SECURITY_PATCH_LEVEL, {GetSecurityPatchLevel, nullptr}}, in GetVarHandler()
|
/system/core/init/ |
D | first_stage_mount.cpp | 209 std::string old_spl = builtin_vbmeta.GetSecurityPatchLevel(fstab_entry); in IsStandaloneImageRollback() 210 std::string new_spl = standalone_vbmeta.GetSecurityPatchLevel(fstab_entry); in IsStandaloneImageRollback()
|
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb.cpp | 524 std::string AvbHandle::GetSecurityPatchLevel(const FstabEntry& fstab_entry) const { in GetSecurityPatchLevel() function in android::fs_mgr::AvbHandle
|