Home
last modified time | relevance | path

Searched refs:GetLogicalPath (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_ops.h65 std::string GetLogicalPath(const std::string& partition_name);
H A Davb_ops.cpp147 std::string FsManagerAvbOps::GetLogicalPath(const std::string& partition_name) { in GetLogicalPath() function in android::fs_mgr::FsManagerAvbOps
179 path = GetLogicalPath(partition); in GetPartitionPath()