Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/mountpoint/
H A DBUILD.gn41 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
42 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
73 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Dfuse_mock.cpp34 typedef int (*MountSessionT)(struct fuse_session *se, const char *mountpoint);
111 int fuse_session_mount(struct fuse_session *se, const char *mountpoint) in fuse_session_mount() argument
116 return (*reinterpret_cast<MountSessionT>(rawFunc))(se, mountpoint); in fuse_session_mount()
125 return (*func)(se, mountpoint); in fuse_session_mount()
H A Dfuse_daemon_test.cpp141 int FuseSessionMountMock(struct fuse_session *se, const char *mountpoint) in FuseSessionMountMock() argument
144 (void)mountpoint; in FuseSessionMountMock()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/
H A DBUILD.gn99 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
100 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
196 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
197 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
286 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
287 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
375 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
463 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
546 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
633 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/
H A DBUILD.gn80 "${services_path}/distributedfiledaemon/test/unittest/mountpoint:mount_manager_test",
81 "${services_path}/distributedfiledaemon/test/unittest/mountpoint:mount_point_test",
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A DBUILD.gn41 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
42 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
136 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
137 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
229 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
230 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
/ohos5.0/foundation/filemanagement/dfs_service/test/moduletest/
H A DBUILD.gn48 "${services_path}/distributedfiledaemon/src/mountpoint/mount_manager.cpp",
49 "${services_path}/distributedfiledaemon/src/mountpoint/mount_point.cpp",
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/
H A DBUILD.gn54 "src/mountpoint/mount_manager.cpp",
55 "src/mountpoint/mount_point.cpp",
/ohos5.0/build/ohos/images/mkimage/
H A DREADME.txt43 # label标签,不设置默认使用mountpoint为label
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dtoybox.md190 | mountpoint | 检查目录或者设备是否是挂载点。<br />usage:<br />&emsp;mountpoint [-qd] DIR <br />&emsp;mountpoint
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1550 se->mountpoint = strdup(path.c_str()); in StartFuse()
1551 if (se->mountpoint == nullptr) { in StartFuse()
1560 if (se->mountpoint) { in StartFuse()
1561 free(se->mountpoint); in StartFuse()
1562 se->mountpoint = nullptr; in StartFuse()
/ohos5.0/docs/en/application-dev/tools/
H A Dtoybox.md190 | mountpoint | Checks whether a directory or device is a mount point.<br>usage:<br>&emsp;mountpoin…