Searched defs:fsType (Results 1 – 10 of 10) sorted by relevance
| /system/vold/model/ |
| D | StubVolume.cpp | 30 const std::string& fsType, const std::string& fsUuid, in StubVolume() 64 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat()
|
| D | VolumeBase.cpp | 263 status_t VolumeBase::format(const std::string& fsType) { in format() 279 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
|
| D | PrivateVolume.cpp | 215 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
|
| D | PublicVolume.cpp | 400 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
|
| D | Disk.cpp | 416 std::string fsType; in readPartitions() local
|
| /system/vold/binder/android/os/ |
| D | IVoldListener.aidl | 31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
|
| D | IVold.aidl | 50 void format(@utf8InCpp String volId, @utf8InCpp String fsType); in format() 87 … blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat, @utf8InCpp String fsType, boolean … in encryptFstab() 125 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume()
|
| /system/vold/ |
| D | VoldNativeService.cpp | 313 binder::Status VoldNativeService::format(const std::string& volId, const std::string& fsType) { in format() 449 const std::string& fsType, in createStubVolume() 642 const std::string& fsType, bool isZoned, in encryptFstab()
|
| D | Utils.cpp | 628 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() 663 status_t ReadMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadata() 668 status_t ReadMetadataUntrusted(const std::string& path, std::string* fsType, std::string* fsUuid, in ReadMetadataUntrusted() 1103 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
|
| D | VolumeManager.cpp | 1239 const std::string& fsType, const std::string& fsUuid, in createStubVolume()
|