Home
last modified time | relevance | path

Searched defs:other_suffix (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_slotselect.cpp30 static std::string other_suffix(const std::string& slot_suffix) { in other_suffix() function
/system/core/fs_mgr/libsnapshot/
Dutility.cpp194 auto other_suffix = (suffix == "_a") ? "_b" : "_a"; in GetOtherPartitionName() local
Dsnapshot.cpp653 auto other_suffix = device_->GetOtherSlotSuffix(); in InitiateMerge() local
977 auto other_suffix = device_->GetOtherSlotSuffix(); in CheckMergeState() local
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp283 auto other_suffix = sanitized_partition_name.rfind("_other"); in AvbPartitionToDevicePatition() local