Home
last modified time | relevance | path

Searched refs:mMountPath (Results 1 – 4 of 4) sorted by relevance

/system/vold/model/
DObbVolume.cpp73 mMountPath = mDmPath; in doCreate()
75 mMountPath = mLoopPath; in doCreate()
101 if (android::vold::vfat::Mount(mMountPath, path, true, false, true, in doMount()
DStubVolume.cpp34 mMountPath(mountPath), in StubVolume()
55 setPath(mMountPath); in doMount()
DObbVolume.h48 std::string mMountPath; variable
DStubVolume.h47 const std::string mMountPath; variable