Home
last modified time | relevance | path

Searched refs:persistPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_entry.cpp21 persistPath(filePath) in LDAPMapperEntry()
32 persistPath(filePath) in LDAPMapperEntry()
49 serialize(*this, persistPath); in groupName()
62 serialize(*this, persistPath); in privilege()
H A Dldap_config.cpp756 fs::path persistPath = parent.dbusPersistentPath; in create() local
757 persistPath += mapperObjectPath; in create()
761 bus, mapperObjectPath.string().c_str(), persistPath.string().c_str(), in create()
764 phosphor::ldap::serialize(*entry, std::move(persistPath)); in create()
776 fs::path persistPath = parent.dbusPersistentPath; in deletePrivilegeMapper() local
777 persistPath += std::move(mapperObjectPath); in deletePrivilegeMapper()
780 fs::remove(std::move(persistPath)); in deletePrivilegeMapper()
839 auto persistPath = parent.dbusPersistentPath + entryPath; in restoreRoleMapping() local
841 bus, entryPath.c_str(), persistPath.c_str(), *this); in restoreRoleMapping()
H A Dldap_mapper_entry.hpp94 std::string persistPath; member in phosphor::ldap::LDAPMapperEntry