Searched refs:doFormat (Results 1 – 6 of 6) sorted by relevance
48 status_t doFormat(const std::string& fsType) override;
50 status_t doFormat(const std::string& fsType) override;
246 status_t res = doFormat(fsType); in format()251 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat() function in android::vold::VolumeBase
111 virtual status_t doFormat(const std::string& fsType);
190 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PrivateVolume
219 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PublicVolume