Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_priv.h111 bool UnmapDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms);
Dfs_mgr_dm_linear.cpp196 bool UnmapDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms) { in UnmapDevice() function
213 if (!UnmapDevice(name, timeout_ms)) { in DestroyLogicalPartition()
Dfs_mgr_verity.cpp889 if (!android::fs_mgr::UnmapDevice(mount_point, wait ? 1000ms : 0ms)) { in fs_mgr_teardown_verity()