/aosp_15_r20/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 | 263 status_t VolumeBase::format(const std::string& fsType) { in format() 279 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
|
H A D | PrivateVolume.cpp | 215 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
|
H A D | PublicVolume.cpp | 373 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
|
H A D | Disk.cpp | 416 std::string fsType; in readPartitions() local
|
/aosp_15_r20/system/vold/binder/android/os/ |
H A 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()
|
H A D | IVoldListener.aidl | 31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
|
/aosp_15_r20/system/vold/ |
H A D | VoldNativeService.cpp | 312 binder::Status VoldNativeService::format(const std::string& volId, const std::string& fsType) { in format() 448 const std::string& fsType, in createStubVolume() 602 const std::string& fsType, bool isZoned, in encryptFstab()
|
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() 1103 bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
|
/aosp_15_r20/out/soong/.intermediates/system/vold/libvold_binder/android_arm64_armv8-2a_cortex-a55_static/gen/aidl/android/os/ |
D | BnVold.h | 166 …:android::binder::Status format(const ::std::string& volId, const ::std::string& fsType) override { in format() 255 …t, bool shouldFormat, const ::std::string& fsType, bool isZoned, const ::std::vector<::std::string… in encryptFstab() 336 …tPath, const ::std::string& fsType, const ::std::string& fsUuid, const ::std::string& fsLabel, int… in createStubVolume()
|
D | IVold.cpp | 611 ::android::binder::Status BpVold::format(const ::std::string& volId, const ::std::string& fsType) { in format() 1516 …ntPoint, bool shouldFormat, const ::std::string& fsType, bool isZoned, const ::std::vector<::std::… in encryptFstab() 2525 …& mountPath, const ::std::string& fsType, const ::std::string& fsUuid, const ::std::string& fsLabe… in createStubVolume()
|
D | BnVoldListener.h | 58 … const ::std::string& fsType, const ::std::string& fsUuid, const ::std::string& fsLabel) override { in onVolumeMetadataChanged()
|
D | IVoldListener.cpp | 229 …g& volId, const ::std::string& fsType, const ::std::string& fsUuid, const ::std::string& fsLabel) { in onVolumeMetadataChanged()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | filesystem_utils.h | 29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
|
/aosp_15_r20/packages/apps/Settings/tests/Enable16KbTests/src/com/android/test/ |
D | Enable16KbTest.java | 117 final String fsType = fields[2]; in verifyExt4() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/ |
D | Enable16kUtils.java | 83 final String fsType = fields[2]; in isDataExt4() local
|
/aosp_15_r20/build/soong/filesystem/ |
H A D | filesystem.go | 303 type fsType int type 342 func (f *filesystem) fsType(ctx android.ModuleContext) fsType { func
|
/aosp_15_r20/external/gptfdisk/ |
H A D | bsd.h | 49 uint8_t fsType; // filesystem type, see below member
|
/aosp_15_r20/external/skia/src/sfnt/ |
H A D | SkOTUtils.cpp | 219 void SkOTUtils::SetAdvancedTypefaceFlags(SkOTTableOS2_V4::Type fsType, in SetAdvancedTypefaceFlags()
|
H A D | SkOTTable_OS_2_VA.h | 84 } fsType; member
|
H A D | SkOTTable_OS_2_V0.h | 82 } fsType; member
|
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | BootSector.java | 196 public void setFileSystemTypeLabel(String fsType) in setFileSystemTypeLabel()
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 531 FT_UShort fsType = FT_Get_FSType_Flags(face); in canEmbed() local 537 FT_UShort fsType = FT_Get_FSType_Flags(face); in canSubset() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-os2-table.hh | 372 HBUINT16 fsType; member
|
/aosp_15_r20/frameworks/base/core/java/android/os/storage/ |
H A D | VolumeInfo.java | 169 public String fsType; field in VolumeInfo
|