Home
last modified time | relevance | path

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

/system/vold/model/
DStubVolume.cpp30 const std::string& fsType, const std::string& fsUuid, in StubVolume()
64 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat()
DVolumeBase.cpp262 status_t VolumeBase::format(const std::string& fsType) { in format()
278 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
DPrivateVolume.cpp212 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
DPublicVolume.cpp310 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
DDisk.cpp414 std::string fsType; in readPartitions() local
/system/vold/binder/android/os/
DIVoldListener.aidl31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
DIVold.aidl49 void format(@utf8InCpp String volId, @utf8InCpp String fsType); in format()
92 …pp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat, @utf8InCpp String fsType); in encryptFstab()
136 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume()
/system/vold/
DUtils.cpp628 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()
1000 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
DVoldNativeService.cpp305 binder::Status VoldNativeService::format(const std::string& volId, const std::string& fsType) { in format()
444 const std::string& fsType, in createStubVolume()
699 const std::string& fsType) { in encryptFstab()
DVolumeManager.cpp1128 const std::string& fsType, const std::string& fsUuid, in createStubVolume()