Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds