Home
last modified time | relevance | path

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

/aosp12/system/vold/model/
H A DPrivateVolume.h44 const std::string& getRawDmDevPath() const { return mDmDevPath; }; in getRawDmDevPath() function
/aosp12/system/vold/
H A DIdleMaint.cpp105 if (fs_type == "f2fs" && (Realpath(vol->getRawDmDevPath(), &gc_path) || in addFromVolumeManager()