Home
last modified time | relevance | path

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

/aosp12/system/vold/model/
H A DObbVolume.cpp72 mDmPath = tmp; in doCreate()
73 mMountPath = mDmPath; in doCreate()
81 if (!mDmPath.empty() && Devmapper::destroy(getId().c_str())) { in doDestroy()
87 mDmPath.clear(); in doDestroy()
H A DObbVolume.h47 std::string mDmPath; variable