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.cpp185 static status_t readMetadata(const std::string& path, std::string& fsType, in readMetadata()
233 status_t ReadMetadata(const std::string& path, std::string& fsType, in ReadMetadata()
238 status_t ReadMetadataUntrusted(const std::string& path, std::string& fsType, in ReadMetadataUntrusted()
508 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()
DCommandListener.cpp236 std::string fsType(argv[3]); in runCommand() local
DDisk.cpp321 std::string fsType; in readPartitions() local