/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | external_volume_info.cpp | 23 #include <sys/mount.h> 106 int32_t ret = mount(devPath_.c_str(), mountPath_.c_str(), fsType_.c_str(), mountFlags, ""); in DoMount4Ext() 118 int32_t ret = mount(devPath_.c_str(), mountPath_.c_str(), fsType, mountFlags, mountData.c_str()); in DoMount4Hmfs() 133 "mount.ntfs", in DoMount4Ntfs() 150 "mount.exfat", in DoMount4Exfat() 163 return mount(devPath_.c_str(), mountPath_.c_str(), fsType_.c_str(), mountFlags, mountData.c_str()); in DoMount4OtherType() 177 LOGE("volume mount path %{public}s exists, please remove first", GetMountPath().c_str()); in DoMount() 183 LOGE("the volume %{public}s create mount file %{public}s failed", in DoMount() 188 LOGI("Ready to mount: external volume fstype is %{public}s, mountflag is %{public}d", fsType_.c_str(), mountFlags); in DoMount() 206 LOGI("external volume mount succes in DoMount() [all...] |
H A D | volume_info.cpp | 18 #include <sys/mount.h> 119 LOGI("external volume mount start"); in Mount() 125 LOGI("external volume mount success"); in Mount()
|
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | process_test.cpp | 18 #include <sys/mount.h>
|
/foundation/filemanagement/dfs_service/test/moduletest/src/ |
H A D | distributedfiledaemon_service_test.cpp | 21 #include <sys/mount.h> 94 * @tc.desc: Verify the mount/umount function.
|
/foundation/filemanagement/dfs_service/utils/system/src/ |
H A D | dfsu_mount_argument_descriptors.cpp | 19 #include <sys/mount.h>
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/ |
H A D | mtp_device_manager.cpp | 23 #include <sys/mount.h> 44 LOGI("MountDevice: start mount mtp device, path=%{public}s", device.path.c_str()); in MountDevice() 51 LOGI("MountDevice: mtp device mount path directory is not exist, create it first."); in MountDevice() 78 LOGE("Run mtpfs cmd to mount mtp device failed."); in MountDevice() 84 LOGI("Run mtpfs cmd to mount mtp device success."); in MountDevice()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | file_utils.h | 24 #include <sys/mount.h>
|
/foundation/communication/netmanager_base/bpf/bpf_loader/ |
H A D | bpf_loader.h | 32 #include <sys/mount.h>
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | mount_argument_utils.cpp | 19 #include <sys/mount.h>
|
H A D | file_utils.cpp | 64 return TEMP_FAILURE_RETRY(mount(source.c_str(), target.c_str(), type, flags, data)); in Mount()
|
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/ |
H A D | file_share.cpp | 21 #include <sys/mount.h> 326 if (mount(info.providerLowerPath_.c_str(), info.sharePath_[i].c_str(), in StartShareFile() 340 LOGD("Not required to bind mount"); in CreateSingleShareFile()
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/ |
H A D | help_utils.cpp | 23 #include <sys/mount.h>
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/ |
H A D | dfsu_mount_argument_descriptors_test.cpp | 19 #include <sys/mount.h>
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 27 #include <sys/mount.h> 375 if (!IsMounted(BPF_DIR) && mount(BPF_DIR, BPF_DIR, "bpf", MS_RELATIME, nullptr) < 0) { in MakeDirectories() 376 NETNATIVE_LOGE("mount bpf fs failed: errno = %{public}d", errno); in MakeDirectories() 388 if (!IsMounted(CGROUP_DIR) && mount(CGROUP_DIR, CGROUP_DIR, "cgroup2", MS_RELATIME, nullptr) < 0) { in MakeDirectories() 389 NETNATIVE_LOGE("mount cgroup fs failed: errno = %{public}d", errno); in MakeDirectories()
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 22 #include <sys/mount.h> 202 // bind mount in HmdfsTwiceMount() 210 LOGE("failed to bind mount device_view, err %{public}d", errno); in HmdfsTwiceMount() 220 LOGE("failed to bind mount cloud_merge_view, err %{public}d", errno); in HmdfsTwiceMount() 230 LOGE("failed to bind mount docs, err %{public}d", errno); in HmdfsTwiceMount() 246 LOGE("failed to mount sharefs, err %{public}d", errno); in SharefsMount() 271 LOGE("failed to mount hmdfs, err %{public}d", errno); in HmdfsMount() 470 LOGI("cloud mount start"); in CloudMount() 498 LOGI("start to mount fuse"); in CloudMount() 501 LOGE("failed to mount fus in CloudMount() [all...] |
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_sup_test/ |
H A D | file_share_permission_sup_test.cpp | 22 #include <sys/mount.h>
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/ |
H A D | file_utils_test.cpp | 17 #include <sys/mount.h>
|
/foundation/filemanagement/app_file_service/test/unittest/file_share_native/ |
H A D | file_share_test.cpp | 22 #include <sys/mount.h>
|
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/ |
H A D | file_share_permission_test.cpp | 22 #include <sys/mount.h>
|
/foundation/filemanagement/app_file_service/test/unittest/file_permission_native/src/ |
H A D | file_permission_test.cpp | 21 #include <sys/mount.h>
|