Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Davb_ops.cpp139 slot_suffix_ = slot_suffix; in FsManagerAvbOps()
140 if (slot_suffix_.empty()) { in FsManagerAvbOps()
141 slot_suffix_ = fs_mgr_get_slot_suffix(); in FsManagerAvbOps()
157 const auto mount_point = DeriveMountPoint(partition_name, slot_suffix_); in GetLogicalPath()
Dfs_avb.cpp186 slot_suffix_ = fs_mgr_get_slot_suffix(); in AvbHandle()
202 avb_handle->slot_suffix_ = ab_suffix; in LoadAndVerifyVbmeta()
415 avb_handle->slot_suffix_, in LoadAndVerifyVbmeta()
467 avb_ops.AvbSlotVerify(avb_handle->slot_suffix_, flags, &avb_handle->vbmeta_images_); in Open()
560 slot_suffix_, other_slot_suffix_)) { in SetUpAvbHashtree()
595 DeriveAvbPartitionName(fstab_entry, slot_suffix_, other_slot_suffix_); in GetSecurityPatchLevel()
Davb_ops.h69 std::string slot_suffix_; variable
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h81 std::string GetSlotSuffix() const override { return slot_suffix_; } in GetSlotSuffix()
82 std::string GetOtherSlotSuffix() const override { return slot_suffix_ == "_a" ? "_b" : "_a"; } in GetOtherSlotSuffix()
111 void set_slot_suffix(const std::string& suffix) { slot_suffix_ = suffix; } in set_slot_suffix()
122 std::string slot_suffix_ = "_a";
/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb.h146 std::string slot_suffix_; variable