Searched refs:mountpoint (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/mountpoint/ |
H A D | BUILD.gn | 41 "${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 D | fuse_mock.cpp | 34 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 D | fuse_daemon_test.cpp | 141 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 D | BUILD.gn | 99 "${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 D | BUILD.gn | 80 "${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 D | BUILD.gn | 41 "${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 D | BUILD.gn | 48 "${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 D | BUILD.gn | 54 "src/mountpoint/mount_manager.cpp", 55 "src/mountpoint/mount_point.cpp",
|
/ohos5.0/build/ohos/images/mkimage/ |
H A D | README.txt | 43 # label标签,不设置默认使用mountpoint为label
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | toybox.md | 190 | mountpoint | 检查目录或者设备是否是挂载点。<br />usage:<br /> mountpoint [-qd] DIR <br /> mountpoint …
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
H A D | fuse_manager.cpp | 1550 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 D | toybox.md | 190 | mountpoint | Checks whether a directory or device is a mount point.<br>usage:<br> mountpoin…
|