Home
last modified time | relevance | path

Searched defs:fsType (Results 1 – 6 of 6) sorted by relevance

/system/vold/
DVolumeBase.cpp235 status_t VolumeBase::format(const std::string& fsType) { in format()
251 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
DUtils.cpp163 static status_t readMetadata(const std::string& path, std::string& fsType, in readMetadata()
211 status_t ReadMetadata(const std::string& path, std::string& fsType, in ReadMetadata()
216 status_t ReadMetadataUntrusted(const std::string& path, std::string& fsType, in ReadMetadataUntrusted()
486 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
DPublicVolume.cpp219 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
DPrivateVolume.cpp190 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
DDisk.cpp321 std::string fsType; in readPartitions() local
DCommandListener.cpp236 std::string fsType(argv[3]); in runCommand() local