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()
163 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()
219 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
190 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
321 std::string fsType; in readPartitions() local
236 std::string fsType(argv[3]); in runCommand() local