Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dmount_argument_utils.h42 std::string GetCommFullPath() const;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp113 string MountArgument::GetCommFullPath() const in GetCommFullPath() function in OHOS::StorageDaemon::Utils::MountArgument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp251 std::string dst = hmdfsMntArgs.GetCommFullPath(); in HmdfsTwiceMount()
949 if (Mount(LocalMntArgs.GetFullSrc(), LocalMntArgs.GetCommFullPath() + "local/", in LocalMount()
1071 std::string path = LocalMntArgs.GetCommFullPath() + "local/"; in LocalUMount()