Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 3 of 3) sorted by relevance

/system/vold/model/
DEmulatedVolume.cpp69 std::string EmulatedVolume::getLabel() { in getLabel() function in android::vold::EmulatedVolume
94 std::string label = getLabel(); in mountFuseBindMounts()
158 std::string label = getLabel(); in unmountFuseBindMounts()
248 std::string label = getLabel(); in doMount()
417 std::string label = getLabel(); in doUnmount()
DEmulatedVolume.h55 std::string getLabel();
DDisk.h70 const std::string& getLabel() const { return mLabel; } in getLabel() function