Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1491 size_t userIdBeginPos = pathPrefix.length(); in CheckPathForStartFuse() local
1492 size_t userIdEndPos = realPath.find("/", userIdBeginPos); in CheckPathForStartFuse()
1493 const std::string userId = realPath.substr(userIdBeginPos, userIdEndPos - userIdBeginPos); in CheckPathForStartFuse()