Home
last modified time | relevance | path

Searched refs:UMount2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h50 int32_t UMount2(const std::string &path, int flag);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp862 int32_t res = UMount2(path, MNT_DETACH); in UMountByListWithDetach()
917 err = UMount2(cloudFusePath, MNT_DETACH); in CloudUMount()
923 err = UMount2(cloudPath, MNT_DETACH); in CloudUMount()
1248 int32_t ret = UMount2(dstPath, MNT_FORCE); in UMountDfsDocs()
1552 int32_t res = UMount2(path, MNT_DETACH); in UmountMntUserTmpfs()
1557 res = UMount2(path, MNT_DETACH); in UmountMntUserTmpfs()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp74 int32_t UMount2(const std::string &path, int flag) in UMount2() function