Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp564 string cloudMediaPath = cloudMntArgs.GetFullMediaCloud(); in CloudTwiceMount() local
574 if (IsPathMounted(cloudMediaPath)) { in CloudTwiceMount()
575 LOGI("path has mounted, %{public}s", cloudMediaPath.c_str()); in CloudTwiceMount()
577 mountRet = CloudMount(userId, cloudMediaPath); in CloudTwiceMount()