Searched refs:tempUserPath (Results 1 – 1 of 1) sorted by relevance
590 sdbusplus::message::object_path tempUserPath(userObjBasePath); in isValidUserName() local591 tempUserPath /= userName; in isValidUserName()592 std::string usersPath(tempUserPath); in isValidUserName()814 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserEnabledState() local815 tempUserPath /= userName; in setUserEnabledState()816 std::string userPath(tempUserPath); in setUserEnabledState()915 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserPrivilegeAccess() local916 tempUserPath /= userName; in setUserPrivilegeAccess()917 std::string userPath(tempUserPath); in setUserPrivilegeAccess()1024 sdbusplus::message::object_path tempUserPath(userObjBasePath); in setUserName() local[all …]