Searched refs:userIdBeginPos (Results 1 – 1 of 1) sorted by relevance
1491 size_t userIdBeginPos = pathPrefix.length(); in CheckPathForStartFuse() local1492 size_t userIdEndPos = realPath.find("/", userIdBeginPos); in CheckPathForStartFuse()1493 const std::string userId = realPath.substr(userIdBeginPos, userIdEndPos - userIdBeginPos); in CheckPathForStartFuse()