Home
last modified time | relevance | path

Searched refs:doFormat (Results 1 – 8 of 8) sorted by relevance

/system/vold/model/
DStubVolume.h43 status_t doFormat(const std::string& fsType) override;
DPublicVolume.h50 status_t doFormat(const std::string& fsType) override;
DStubVolume.cpp62 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::StubVolume
DPrivateVolume.h51 status_t doFormat(const std::string& fsType) override;
DVolumeBase.cpp257 status_t res = doFormat(fsType); in format()
262 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat() function in android::vold::VolumeBase
DVolumeBase.h119 virtual status_t doFormat(const std::string& fsType);
DPrivateVolume.cpp178 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PrivateVolume
DPublicVolume.cpp255 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PublicVolume