Searched refs:persistPath (Results 1 – 8 of 8) sorted by relevance
/openbmc/bios-settings-mgr/src/ |
H A D | main.cpp | 31 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 D | password.cpp | 238 std::string persistPath) : in Password() argument 246 fs::path biosDir(persistPath); in Password()
|
H A D | manager.cpp | 390 std::string persistPath) : in Manager() argument 395 fs::path biosDir(persistPath); in Manager()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_mapper_entry.cpp | 21 persistPath(filePath) in LDAPMapperEntry() 32 persistPath(filePath) in LDAPMapperEntry() 49 serialize(*this, persistPath); in groupName() 62 serialize(*this, persistPath); in privilege()
|
H A D | ldap_config.cpp | 755 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 D | ldap_mapper_entry.hpp | 94 std::string persistPath; member in phosphor::ldap::LDAPMapperEntry
|
/openbmc/bios-settings-mgr/include/ |
H A D | password.hpp | 64 std::string persistPath);
|
H A D | manager.hpp | 90 std::string persistPath);
|