Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.h135 std::string GetOtherPartitionName(const std::string& name);
H A Dutility.cpp190 std::string GetOtherPartitionName(const std::string& name) { in GetOtherPartitionName() function
H A Dsnapshot_test.cpp239 auto old_partition = "/dev/block/mapper/" + GetOtherPartitionName(name); in MapUpdateSnapshot()
H A Dsnapshot.cpp574 auto old_name = GetOtherPartitionName(name); in MapSourceDevice()