Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dmain.cpp31 std::string persistPath = BIOS_PERSIST_PATH; in main() local
34 persistPath = argv[1]; in main()
35 info("Using temporary path {PATH}", "PATH", persistPath); in main()
51 bios_config::Manager manager(objectServer, systemBus, persistPath); in main()
60 bios_config_pwd::Password password(objectServer, systemBus, persistPath); in main()
H A Dpassword.cpp238 std::string persistPath) : in Password() argument
246 fs::path biosDir(persistPath); in Password()
H A Dmanager.cpp390 std::string persistPath) : in Manager() argument
395 fs::path biosDir(persistPath); in Manager()
/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.cpp755 fs::path persistPath = parent.dbusPersistentPath; in create() local
756 persistPath += mapperObjectPath; in create()
760 bus, mapperObjectPath.string().c_str(), persistPath.string().c_str(), in create()
763 phosphor::ldap::serialize(*entry, std::move(persistPath)); in create()
775 fs::path persistPath = parent.dbusPersistentPath; in deletePrivilegeMapper() local
776 persistPath += std::move(mapperObjectPath); in deletePrivilegeMapper()
779 fs::remove(std::move(persistPath)); in deletePrivilegeMapper()
838 auto persistPath = parent.dbusPersistentPath + entryPath; in restoreRoleMapping() local
840 bus, entryPath.c_str(), persistPath.c_str(), *this); in restoreRoleMapping()
H A Dldap_mapper_entry.hpp94 std::string persistPath; member in phosphor::ldap::LDAPMapperEntry
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp64 std::string persistPath);
H A Dmanager.hpp90 std::string persistPath);