Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp1508 std::string curFileMgrAppdataPath = mountArgument.GetCurFileMgrAppdataPath(); in MountAppdataAndSharefs() local
1509 if (!IsDir(curFileMgrAppdataPath)) { in MountAppdataAndSharefs()
1510 MkDir(curFileMgrAppdataPath, MODE_0711); in MountAppdataAndSharefs()
1519 HmSharefsMount(userId, noSharefsAppdataPath, curFileMgrAppdataPath); in MountAppdataAndSharefs()