/device/qemu/riscv32_virt/liteos_m/board/libc/ |
H A D | utils.c | 77 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 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()
|
/device/qemu/SmartL_E802/liteos_m/board/fs/ |
H A D | fs_init.c | 49 ret = mount(NULL, "/littlefs", "littlefs", 0, littlefsConfig); in FileSystemEntry()
|
/device/qemu/esp32/liteos_m/board/fs/ |
H A D | fs_init.c | 49 ret = mount(NULL, "/littlefs", "littlefs", 0, littlefsConfig); in FileSystemEntry()
|
/device/qemu/arm_mps2_an386/liteos_m/board/fs/ |
H A D | fs_init.c | 80 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 D | mount.h | 66 int mount(const char *, const char *, const char *, unsigned long, const void *);
|
/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.
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/ |
H A D | app.c | 19 #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 D | system_init.c | 128 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 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()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/ |
H A D | system_init.c | 22 #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 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>
|
/device/soc/rockchip/rk2206/hdf_driver/fs/ |
H A D | fs_driver.c | 15 #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 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>
|