Searched refs:persistPath (Results 1 – 10 of 10) sorted by relevance
| /openbmc/bios-settings-mgr/src/ |
| H A D | main.cpp | 33 std::string persistPath = BIOS_PERSIST_PATH; in main() local 36 persistPath = argv[1]; in main() 37 info("Using temporary path {PATH}", "PATH", persistPath); in main() 53 bios_config::Manager manager(objectServer, systemBus, persistPath); in main() 62 bios_config_pwd::Password password(objectServer, systemBus, persistPath); in main() 73 persistPath); in main()
|
| H A D | secureboot.cpp | 15 std::string persistPath) : in SecureBoot() argument 20 fs::path secureBootDir(persistPath); in SecureBoot()
|
| H A D | password.cpp | 238 std::string persistPath) : in Password() argument 246 fs::path biosDir(persistPath); in Password()
|
| H A D | manager.cpp | 316 std::string persistPath) : in Manager() argument 321 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 | secureboot.hpp | 42 std::string persistPath);
|
| H A D | manager.hpp | 82 std::string persistPath);
|