Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dnotification_test.cpp47 int32_t fsType = 1; variable
71 int32_t fsType = 1; variable
95 int32_t fsType = 1; variable
121 int32_t fsType = 1; variable
145 int32_t fsType = 1; variable
169 int32_t fsType = 1; variable
H A Dvolume_manager_service_test.cpp50 int32_t fsType = 1; variable
78 int32_t fsType = 1; variable
104 int32_t fsType = 1; variable
131 int32_t fsType = 1; variable
188 int32_t fsType = 1; variable
259 int32_t fsType = 1; variable
287 int32_t fsType = 1; variable
333 int32_t fsType = 1; variable
359 int fsType = 1; variable
384 int fsType = 1; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dvolume_external_test.cpp46 int32_t fsType = 1; variable
96 int32_t fsType = 1; variable
140 int32_t fsType = 1; variable
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/volumeexternal_fuzzer/
H A Dvolumeexternal_fuzzer.cpp28 int32_t fsType = *(reinterpret_cast<const int32_t *>(data)); in FileUtilFuzzTest() local
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c51 __attribute__((weak)) void InitPostMount(const char *mountPoint, int rc, const char *fsType) in InitPostMount()
79 static const SUPPORTED_FILE_SYSTEM *GetSupportedFileSystemInfo(const char *fsType) in GetSupportedFileSystemInfo()
85 static bool IsSupportedDataType(const char *fsType) in IsSupportedDataType()
97 bool IsSupportedFilesystem(const char *fsType) in IsSupportedFilesystem()
196 int DoFormat(const char *devPath, const char *fsType) in DoFormat()
384 static int Mount(const char *source, const char *target, const char *fsType, in Mount()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h48 std::string fsType; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp59 void VolumeManagerService::OnVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in OnVolumeMounted()
229 int32_t VolumeManagerService::Format(std::string volumeId, std::string fsType) in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dvolume_external.cpp30 void VolumeExternal::SetFsType(int32_t fsType) in SetFsType()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_manager_test.cpp318 string fsType = "ext2"; variable
341 std::string fsType = "ext2"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_manager.cpp154 int32_t VolumeManager::Format(const std::string volId, const std::string fsType) in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_service_mock.h119 virtual int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
180 virtual int32_t Format(std::string volumeId, std::string fsType) override in Format()
H A Dstorage_manager_proxy_test.cpp534 int32_t fsType = 1; variable
557 int32_t fsType = 1; variable
932 int32_t fsType = 1; variable
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxymock.h115 int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
176 int32_t Format(std::string volumeId, std::string fsType) override in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_proxy_test.cpp272 string fsType = "exfat"; variable
H A Dstorage_daemon_test.cpp408 std::string fsType = "exfat"; variable
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/
H A Dfs_manager.h60 char *fsType; // File system type member
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h90 char fsType[FS_TYPE_MAX_SIZE]; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h115 virtual int32_t NotifyVolumeMounted(std::string volumeId, int fsType, std::string fsUuid, in NotifyVolumeMounted()
176 virtual int32_t Format(std::string volumeId, std::string fsType) override in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp135 int32_t StorageManagerProxy::NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string … in NotifyVolumeMounted()
226 int32_t StorageManagerProxy::Format(std::string volumeId, std::string fsType) in Format()
/ohos5.0/base/update/updater/services/fs_manager/
H A Dmount.cpp321 std::string fsType(item->fsType); in SetupPartitions() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp233 std::string fsType; in CreateUnknownTabVol() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp279 int32_t StorageManagerConnect::Format(std::string volumeId, std::string fsType) in Format()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/
H A Dstorage_daemon_communication_test.cpp328 string fsType = "fsType-1"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp142 static bool CheckFsMounted(const string &fsType, const string &mountPoint) in CheckFsMounted()
/ohos5.0/base/update/updater/services/include/fs_manager/
H A Dpartitions.h89 std::string fsType; // File system type, ext4, f2fs etc. member

12