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;
64 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::StubVolume
54 status_t doFormat(const std::string& fsType) override;
273 status_t res = doFormat(fsType); in format()278 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat() function in android::vold::VolumeBase
125 virtual status_t doFormat(const std::string& fsType);
212 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PrivateVolume
310 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PublicVolume