Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp248 static string GetLocalPath(int32_t userId, const string &relativePath) in GetLocalPath() function
255 return GetLocalPath(userId, relativePath) + PATH_TEMP_SUFFIX; in GetLocalTmpPath()
605 string localPath = GetLocalPath(data->userId, cInode->path); in CloudOpenOnLocal()