Searched refs:tempObjPath (Results 1 – 3 of 3) sorted by relevance
397 sdbusplus::message::object_path tempObjPath(usersObjPath); in createUser() local398 tempObjPath /= userName; in createUser()399 std::string userObj(tempObjPath); in createUser()517 sdbusplus::message::object_path tempObjPath(usersObjPath); in renameUser() local518 tempObjPath /= newUserName; in renameUser()519 std::string newUserObj(tempObjPath); in renameUser()1493 sdbusplus::message::object_path tempObjPath(usersObjPath); in initUserObjects() local1494 tempObjPath /= user; in initUserObjects()1495 std::string objPath(tempObjPath); in initUserObjects()
1217 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in updateUserProperties() 1218 tempObjPath /= username; in updateUserProperties() local 1219 std::string dbusObjectPath(tempObjPath); in updateUserProperties() 1809 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in processAfterCreateUser() 1810 tempObjPath /= username; in processAfterCreateUser() local 1811 const std::string userPath(tempObjPath); in processAfterCreateUser() 2182 sdbusplus::message::object_path tempObjPath(rootUserDbusPath); in handleAccountDelete() 2183 tempObjPath /= username; in handleAccountDelete() local 2184 const std::string userPath(tempObjPath); in handleAccountDelete()
46 sdbusplus::message::object_path tempObjPath(usersObjPath); in createLocalUser() local47 tempObjPath /= userName; in createLocalUser()48 std::string userObj(tempObjPath); in createLocalUser()