Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp327 std::string mountSrcPath = hmdfsMntArgs.GetFullSrc(); in HmdfsMount() local
332 mountSrcPath = hmdfsMntArgs.GetFullCloud(); in HmdfsMount()
340 …int ret = Mount(mountSrcPath, dst, "hmdfs", hmdfsMntArgs.GetFlags(), hmdfsMntArgs.OptionsToString(… in HmdfsMount()