Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/tests/
Dfs_avb_device_test.cpp125 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/
Dfs_avb.h127 std::string GetSecurityPatchLevel(const FstabEntry& fstab_entry) const;
/system/core/fastboot/device/
Dvariables.h79 bool GetSecurityPatchLevel(FastbootDevice* device, const std::vector<std::string>& args,
Dvariables.cpp501 bool GetSecurityPatchLevel(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecurityPatchLevel() function
Dcommands.cpp138 {FB_VAR_SECURITY_PATCH_LEVEL, {GetSecurityPatchLevel, nullptr}}, in GetVarHandler()
/system/core/init/
Dfirst_stage_mount.cpp209 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/
Dfs_avb.cpp524 std::string AvbHandle::GetSecurityPatchLevel(const FstabEntry& fstab_entry) const { in GetSecurityPatchLevel() function in android::fs_mgr::AvbHandle