Searched refs:doFormat (Results 1 – 8 of 8) sorted by relevance
43 status_t doFormat(const std::string& fsType) override;
50 status_t doFormat(const std::string& fsType) override;
62 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::StubVolume
51 status_t doFormat(const std::string& fsType) override;
257 status_t res = doFormat(fsType); in format()262 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat() function in android::vold::VolumeBase
119 virtual status_t doFormat(const std::string& fsType);
177 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PrivateVolume
255 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PublicVolume