Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp252 if (IsPathMounted(dst)) { in HmdfsTwiceMount()
262 if (IsPathMounted(dst)) { in HmdfsTwiceMount()
272 if (IsPathMounted(dst)) { in HmdfsTwiceMount()
287 if (IsPathMounted(dst)) { in SharefsMount()
310 if (IsPathMounted(dstPath)) { in HmSharefsMount()
336 if (IsPathMounted(dst)) { in HmdfsMount()
566 if (IsPathMounted(cloudPath)) { in CloudTwiceMount()
574 if (IsPathMounted(cloudMediaPath)) { in CloudTwiceMount()
1399 if (IsPathMounted(dstPath)) { in BindAndRecMount()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h61 bool IsPathMounted(std::string &path);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp556 bool IsPathMounted(std::string &path) in IsPathMounted() function