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.cpp64 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::StubVolume
DPrivateVolume.h54 status_t doFormat(const std::string& fsType) override;
DVolumeBase.cpp273 status_t res = doFormat(fsType); in format()
278 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat() function in android::vold::VolumeBase
DVolumeBase.h125 virtual status_t doFormat(const std::string& fsType);
DPrivateVolume.cpp212 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PrivateVolume
DPublicVolume.cpp310 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PublicVolume