Home
last modified time | relevance | path

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

/system/vold/
DPrivateVolume.h48 status_t doFormat(const std::string& fsType) override;
DPublicVolume.h50 status_t doFormat(const std::string& fsType) override;
DVolumeBase.cpp246 status_t res = doFormat(fsType); in format()
251 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat() function in android::vold::VolumeBase
DVolumeBase.h111 virtual status_t doFormat(const std::string& fsType);
DPrivateVolume.cpp190 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PrivateVolume
DPublicVolume.cpp219 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat() function in android::vold::PublicVolume