Searched refs:setPath (Results 1 – 5 of 5) sorted by relevance
122 setPath(StringPrintf("/storage/%s", stableName.c_str())); in doMount()124 setPath(mRawPath); in doMount()
70 setPath(StringPrintf("/storage/%s", label.c_str())); in doMount()
114 status_t setPath(const std::string& path);
101 setPath(mPath); in doMount()
110 status_t VolumeBase::setPath(const std::string& path) { in setPath() function in android::vold::VolumeBase