Home
last modified time | relevance | path

Searched refs:mount (Results 1 - 20 of 20) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp23 #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 Dvolume_info.cpp18 #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 Dprocess_test.cpp18 #include <sys/mount.h>
/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp21 #include <sys/mount.h>
94 * @tc.desc: Verify the mount/umount function.
/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_mount_argument_descriptors.cpp19 #include <sys/mount.h>
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_manager.cpp23 #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 Dfile_utils.h24 #include <sys/mount.h>
/foundation/communication/netmanager_base/bpf/bpf_loader/
H A Dbpf_loader.h32 #include <sys/mount.h>
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp19 #include <sys/mount.h>
H A Dfile_utils.cpp64 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 Dfile_share.cpp21 #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 Dhelp_utils.cpp23 #include <sys/mount.h>
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/
H A Ddfsu_mount_argument_descriptors_test.cpp19 #include <sys/mount.h>
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp27 #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 Dmount_manager.cpp22 #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 Dfile_share_permission_sup_test.cpp22 #include <sys/mount.h>
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp17 #include <sys/mount.h>
/foundation/filemanagement/app_file_service/test/unittest/file_share_native/
H A Dfile_share_test.cpp22 #include <sys/mount.h>
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/
H A Dfile_share_permission_test.cpp22 #include <sys/mount.h>
/foundation/filemanagement/app_file_service/test/unittest/file_permission_native/src/
H A Dfile_permission_test.cpp21 #include <sys/mount.h>

Completed in 15 milliseconds