Searched defs:fsType (Results 1 – 6 of 6) sorted by relevance
235 status_t VolumeBase::format(const std::string& fsType) { in format()251 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
185 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()
219 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
190 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
236 std::string fsType(argv[3]); in runCommand() local
321 std::string fsType; in readPartitions() local