Home
last modified time | relevance | path

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

12

/device/qemu/riscv32_virt/liteos_m/board/libc/
H A Dutils.c77 ret = mount(NULL, "/data", "littlefs", 0, littlefsConfig); in SystemAdapterInit()
84 /* mount fs in fat.img,for font.ttf used by graphic */ in SystemAdapterInit()
85 if (ret = mount("p0", "/data", "vfat", 0, NULL)) { in SystemAdapterInit()
/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()
/device/qemu/SmartL_E802/liteos_m/board/fs/
H A Dfs_init.c49 ret = mount(NULL, "/littlefs", "littlefs", 0, littlefsConfig); in FileSystemEntry()
/device/qemu/esp32/liteos_m/board/fs/
H A Dfs_init.c49 ret = mount(NULL, "/littlefs", "littlefs", 0, littlefsConfig); in FileSystemEntry()
/device/qemu/arm_mps2_an386/liteos_m/board/fs/
H A Dfs_init.c80 ret = mount(NULL, fs[0].mount_point, "littlefs", 0, &fs[0].partCfg); in LfsLowLevelInit()
81 printf("%s: mount fs on '%s' %s\n", __func__, fs[0].mount_point, (ret == 0) ? "succeed" : "failed"); in LfsLowLevelInit()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dmount.h66 int mount(const char *, const char *, const char *, unsigned long, const void *);
/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.
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/
H A Dapp.c19 #include <sys/mount.h>
101 ret = mount(SDCARD_DEV, MOUNT_POINT, "vfat", 0, 0); in InitDepend()
103 printf("mount failed! ret:%d \n", ret); in InitDepend()
/device/soc/hisilicon/hi3518ev300/mpp/module_init/src/
H A Dsystem_init.c128 extern int mount(const char *source, const char *target, in SystemInit()
180 PRINT_ERR("mount rootfs error!\n"); in SystemInit()
/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()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
H A Dsystem_init.c22 #include "sys/mount.h"
180 extern int mount(const char *source, const char* target, in SystemInit_FlashInit()
227 PRINT_ERR("mount rootfs error!\n"); in SystemInit_MountRootfs()
/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>
/device/soc/rockchip/rk2206/hdf_driver/fs/
H A Dfs_driver.c15 #include <sys/mount.h>
445 result = mount(NULL, m_fs_cfg[i].mount_point, "littlefs", 0, &m_fs_cfg[i].lfs_cfg); in fsdrv_init()
446 printf("%s: mount fs on '%s' %s\n", __func__, m_fs_cfg[i].mount_point, (result == 0) ? "succeed" : "failed"); in fsdrv_init()
/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>

Completed in 12 milliseconds

12