Searched defs:fsType (Results 1 – 14 of 14) sorted by relevance
/aosp12/system/vold/model/ |
H A 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()
|
H A D | VolumeBase.cpp | 262 status_t VolumeBase::format(const std::string& fsType) { in format() 278 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
|
H A D | PrivateVolume.cpp | 212 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
|
H A D | PublicVolume.cpp | 310 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
|
H A D | Disk.cpp | 414 std::string fsType; in readPartitions() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | filesystem_utils.h | 29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
|
/aosp12/build/soong/filesystem/ |
H A D | filesystem.go | 113 type fsType int type 122 func (f *filesystem) fsType(ctx android.ModuleContext) fsType { func
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVoldListener.aidl | 31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
|
H A D | IVold.aidl | 49 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()
|
/aosp12/system/vold/ |
H A 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() 1000 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
|
H A D | VoldNativeService.cpp | 305 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()
|
H A D | VolumeManager.cpp | 1128 const std::string& fsType, const std::string& fsUuid, in createStubVolume()
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | VolumeInfo.java | 167 public String fsType; field in VolumeInfo
|
/aosp12/build/soong/apex/ |
H A D | apex.go | 1605 type fsType int type
|