Home
last modified time | relevance | path

Searched refs:GetDetailedInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h110 std::optional<Info> GetDetailedInfo(const std::string& name) const;
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp425 auto info = dm.GetDetailedInfo(argv[0]); in InfoCmdHandler()
/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp245 std::optional<DeviceMapper::Info> DeviceMapper::GetDetailedInfo(const std::string& name) const { in GetDetailedInfo() function in android::dm::DeviceMapper