Home
last modified time | relevance | path

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

12345

/aosp_15_r20/system/vold/model/
H A DStubVolume.cpp30 const std::string& fsType, const std::string& fsUuid, in StubVolume()
64 status_t StubVolume::doFormat(const std::string& fsType) { in doFormat()
H A DVolumeBase.cpp263 status_t VolumeBase::format(const std::string& fsType) { in format()
279 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()
H A DPrivateVolume.cpp215 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
H A DPublicVolume.cpp373 status_t PublicVolume::doFormat(const std::string& fsType) { in doFormat()
H A DDisk.cpp416 std::string fsType; in readPartitions() local
/aosp_15_r20/system/vold/binder/android/os/
H A DIVold.aidl50 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 DIVoldListener.aidl31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged()
/aosp_15_r20/system/vold/
H A DVoldNativeService.cpp312 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 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()
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/
DBnVold.h166 …: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()
DIVold.cpp611 ::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()
DBnVoldListener.h58 … const ::std::string& fsType, const ::std::string& fsUuid, const ::std::string& fsLabel) override { in onVolumeMetadataChanged()
DIVoldListener.cpp229 …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 Dfilesystem_utils.h29 static bool IsFilesystemSupported(const std::string& fsType) { in IsFilesystemSupported()
/aosp_15_r20/packages/apps/Settings/tests/Enable16KbTests/src/com/android/test/
DEnable16KbTest.java117 final String fsType = fields[2]; in verifyExt4() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/
DEnable16kUtils.java83 final String fsType = fields[2]; in isDataExt4() local
/aosp_15_r20/build/soong/filesystem/
H A Dfilesystem.go303 type fsType int type
342 func (f *filesystem) fsType(ctx android.ModuleContext) fsType { func
/aosp_15_r20/external/gptfdisk/
H A Dbsd.h49 uint8_t fsType; // filesystem type, see below member
/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTUtils.cpp219 void SkOTUtils::SetAdvancedTypefaceFlags(SkOTTableOS2_V4::Type fsType, in SetAdvancedTypefaceFlags()
H A DSkOTTable_OS_2_VA.h84 } fsType; member
H A DSkOTTable_OS_2_V0.h82 } fsType; member
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DBootSector.java196 public void setFileSystemTypeLabel(String fsType) in setFileSystemTypeLabel()
/aosp_15_r20/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp531 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 Dhb-ot-os2-table.hh372 HBUINT16 fsType; member
/aosp_15_r20/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java169 public String fsType; field in VolumeInfo

12345