Home
last modified time | relevance | path

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

/system/vold/
DPublicVolume.cpp121 setPath(StringPrintf("/storage/%s", stableName.c_str())); in doMount()
123 setPath(mRawPath); in doMount()
DEmulatedVolume.cpp69 setPath(StringPrintf("/storage/%s", label.c_str())); in doMount()
DVolumeBase.h114 status_t setPath(const std::string& path);
DPrivateVolume.cpp100 setPath(mPath); in doMount()
DVolumeBase.cpp112 status_t VolumeBase::setPath(const std::string& path) { in setPath() function in android::vold::VolumeBase