Lines Matching refs:tempUserPath
476 sdbusplus::message::object_path tempUserPath(userObjBasePath); in isValidUserName() local
477 tempUserPath /= userName; in isValidUserName()
478 std::string usersPath(tempUserPath); in isValidUserName()
701 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserEnabledState() local
702 tempUserPath /= userName; in setUserEnabledState()
703 std::string userPath(tempUserPath); in setUserEnabledState()
807 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserPrivilegeAccess() local
808 tempUserPath /= userName; in setUserPrivilegeAccess()
809 std::string userPath(tempUserPath); in setUserPrivilegeAccess()
914 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserName() local
915 tempUserPath /= oldUser; in setUserName()
916 std::string userPath(tempUserPath); in setUserName()
1589 sdbusplus::message::object_path tempUserPath(userObjBasePath); in cacheUserDataFile() local
1590 tempUserPath /= userName; in cacheUserDataFile()
1591 std::string usersPath(tempUserPath); in cacheUserDataFile()