Searched refs:tempUserPath (Results 1 – 1 of 1) sorted by relevance
476 sdbusplus::message::object_path tempUserPath(userObjBasePath); in isValidUserName() local477 tempUserPath /= userName; in isValidUserName()478 std::string usersPath(tempUserPath); in isValidUserName()701 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserEnabledState() local702 tempUserPath /= userName; in setUserEnabledState()703 std::string userPath(tempUserPath); in setUserEnabledState()807 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserPrivilegeAccess() local808 tempUserPath /= userName; in setUserPrivilegeAccess()809 std::string userPath(tempUserPath); in setUserPrivilegeAccess()914 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserName() local[all …]