Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DPublicVolume.cpp122 setPath(StringPrintf("/storage/%s", stableName.c_str())); in doMount()
124 setPath(mRawPath); in doMount()
DEmulatedVolume.cpp70 setPath(StringPrintf("/storage/%s", label.c_str())); in doMount()
DVolumeBase.h114 status_t setPath(const std::string& path);
DPrivateVolume.cpp101 setPath(mPath); in doMount()
DVolumeBase.cpp110 status_t VolumeBase::setPath(const std::string& path) { in setPath() function in android::vold::VolumeBase