/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/ |
H A D | notification_test.cpp | 47 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 D | volume_manager_service_test.cpp | 50 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 D | volume_external_test.cpp | 46 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 D | volumeexternal_fuzzer.cpp | 28 int32_t fsType = *(reinterpret_cast<const int32_t *>(data)); in FileUtilFuzzTest() local
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab_mount.c | 51 __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 D | sandbox_utils.h | 48 std::string fsType; member
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | volume_manager_service.cpp | 59 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 D | volume_external.cpp | 30 void VolumeExternal::SetFsType(int32_t fsType) in SetFsType()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | volume_manager_test.cpp | 318 string fsType = "ext2"; variable 341 std::string fsType = "ext2"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | volume_manager.cpp | 154 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 D | storage_manager_service_mock.h | 119 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 D | storage_manager_proxy_test.cpp | 534 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 D | storagemanagerproxymock.h | 115 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 D | storage_daemon_proxy_test.cpp | 272 string fsType = "exfat"; variable
|
H A D | storage_daemon_test.cpp | 408 std::string fsType = "exfat"; variable
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/ |
H A D | fs_manager.h | 60 char *fsType; // File system type member
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_file.h | 90 char fsType[FS_TYPE_MAX_SIZE]; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 115 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 D | storage_manager_proxy_mock.cpp | 135 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 D | mount.cpp | 321 std::string fsType(item->fsType); in SetupPartitions() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/ |
H A D | disk_info.cpp | 233 std::string fsType; in CreateUnknownTabVol() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/ |
H A D | storage_manager_connect.cpp | 279 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 D | storage_daemon_communication_test.cpp | 328 string fsType = "fsType-1"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | media_privacy_manager.cpp | 142 static bool CheckFsMounted(const string &fsType, const string &mountPoint) in CheckFsMounted()
|
/ohos5.0/base/update/updater/services/include/fs_manager/ |
H A D | partitions.h | 89 std::string fsType; // File system type, ext4, f2fs etc. member
|